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...