Hi,
So you already have KF right? Let's call it KF_VALUE..
Convert your two (2) dates - billing date and exp date - to KF, follow the doc below if you don't know how..
Convert a Characteristic into a Key Figure (BEx)
Let's call your converted dates as KF_BILL and KF_EXP..
Make a formula, let's call it CHECK_DIFF, with this calculation..
CHECK_DIFF = KF_BILL - KF_EXP
***I assume that billing date is always higher than your exp date based on your sample..
Hide the KF_VALUE, KF_BILL, KF_EXP, and CHECK_DIFF..
For your columns A and B, enter the formulas below..
COLUMN A = (CHECK_DIFF > 180) * KF_VALUE
COLUMN B = (CHECK_DIFF < 181) * KF_VALUE
Just post here for questions..
Regards,
Loed