Hi team,
Hope you're well.
Just after some assistance, please.
I'm trying to return a Text Value if a cell is between a date range, but I have mutliple date ranges that I want to return different values.
For Example:
If cell is less/equals or more/equal
I37 - 01/02/2024
M37 - 08/02/2024
Equals = 'Current"
I10 - 09/02/2024
M10 - 16/02/2024
Equals = "Next Week"
I've used the below IFS (AND formula, but it's not quite working.
=IFS(AND(AY2>='Cash Forecast'!$I$37,AY2<='Cash Forecast'!$M$37),"Current",AND(AY2>='Cash Forecast'!$I$10,AY2<='Cash Forecast'!$M$10),"Next Week",AND(AY2>='Cash Forecast'!$I$121,AY2<='Cash Forecast'!$M$121),"Week 1",AND(AY2>='Cash Forecast'!$I$148, "Week 2")
Any help is appreciated.
Kind Regards,
Dennis
Hope you're well.
Just after some assistance, please.
I'm trying to return a Text Value if a cell is between a date range, but I have mutliple date ranges that I want to return different values.
For Example:
If cell is less/equals or more/equal
I37 - 01/02/2024
M37 - 08/02/2024
Equals = 'Current"
I10 - 09/02/2024
M10 - 16/02/2024
Equals = "Next Week"
I've used the below IFS (AND formula, but it's not quite working.
=IFS(AND(AY2>='Cash Forecast'!$I$37,AY2<='Cash Forecast'!$M$37),"Current",AND(AY2>='Cash Forecast'!$I$10,AY2<='Cash Forecast'!$M$10),"Next Week",AND(AY2>='Cash Forecast'!$I$121,AY2<='Cash Forecast'!$M$121),"Week 1",AND(AY2>='Cash Forecast'!$I$148, "Week 2")
Any help is appreciated.
Kind Regards,
Dennis