Greetings,
im trying to achieve a single function where the following happens:
=IF(M3<30, "30 Days or less",""
=IF(M3>=31<=60, "30 to 60 days"
=IF(M3>=61<=90, "60 to 90 days"
So essentially, I'm looking at a bunch of resources where i want to see when their contract is due and separate it into 3 categories: 30 Days or less, 30 to 60 days and 60 to 90 days.
Number of Contracted days left is in column M
I understand how to develop something similar using =IF(and( as long as the values I'm comparing are static and not like in this case a range of "in between" also.
Thank you & any help or advice is much appreciated.
A
im trying to achieve a single function where the following happens:
=IF(M3<30, "30 Days or less",""
=IF(M3>=31<=60, "30 to 60 days"
=IF(M3>=61<=90, "60 to 90 days"
So essentially, I'm looking at a bunch of resources where i want to see when their contract is due and separate it into 3 categories: 30 Days or less, 30 to 60 days and 60 to 90 days.
Number of Contracted days left is in column M
I understand how to develop something similar using =IF(and( as long as the values I'm comparing are static and not like in this case a range of "in between" also.
Thank you & any help or advice is much appreciated.
A