Hi, I am trying to create a formula for:
If Date1 is less than 2/29/2022, then cost for the month is Feb2022 at row value. If Date1 is greater than 2/29/2022 and less than 3/31/2022, then cost for the month is Mar2022 at row value.
Formula below isn't working: any help on what I am doing incorrectly is much appreciated.
=IF([Date1]@row < "2/29/22", [Feb2022]@row, IF(AND([Date1]@row < "3/31/22", [Date1]@row > "2/29/2022", [Mar2022]@row), 0)
Thank you,
Deepthi