Hello, I am new to the forum. I've been searching Google the past 2 days, but can't seem to get this working.
I am using a table, with Nov 2017 - December 2018 in as table headers.
I have another column of Est. Closed Date and Net Revenue.
I am trying to right a formula that says:
IF Est. Close Date is EQUAL to Header Date, then display Net Revenue times 50%
BUT
IF Est. Close Date is LESS THAN Header Date, display 0.00
ELSE
If Est. Close Date is GREATER THAN Header Date, display Net Revenue.
I can get it to work for my first column, November 2017, but it doesn't seem to work for the other months. I assume I have to do something special to compare months? I've tried nested IF statements, IFS, and even multiple IF, but I just can't get it. I would include a screenshot, but
Working formula for Nov: =IF(MONTH([@[Est''d Close Date]])&YEAR([@[Est''d Close Date]])=MONTH(Table5[[#Headers],[11/1/2017]])&YEAR(Table5[[#Headers],[11/1/2017]]),[@[Final Net Monthly Revenue]]*0.5,IF([@[Est''d Close Date]]<Table5[[#Headers],[11/1/2017]],0,[@[Final Net Monthly Revenue]]))
Here is a screenshot. Thank you so much to anyone that can help.
I am using a table, with Nov 2017 - December 2018 in as table headers.
I have another column of Est. Closed Date and Net Revenue.
I am trying to right a formula that says:
IF Est. Close Date is EQUAL to Header Date, then display Net Revenue times 50%
BUT
IF Est. Close Date is LESS THAN Header Date, display 0.00
ELSE
If Est. Close Date is GREATER THAN Header Date, display Net Revenue.
I can get it to work for my first column, November 2017, but it doesn't seem to work for the other months. I assume I have to do something special to compare months? I've tried nested IF statements, IFS, and even multiple IF, but I just can't get it. I would include a screenshot, but
Working formula for Nov: =IF(MONTH([@[Est''d Close Date]])&YEAR([@[Est''d Close Date]])=MONTH(Table5[[#Headers],[11/1/2017]])&YEAR(Table5[[#Headers],[11/1/2017]]),[@[Final Net Monthly Revenue]]*0.5,IF([@[Est''d Close Date]]<Table5[[#Headers],[11/1/2017]],0,[@[Final Net Monthly Revenue]]))
Here is a screenshot. Thank you so much to anyone that can help.