Dec 01, 2024 11:48 AM
Hello.
I'm trying to create an IF formula that returns some text if the date field is a specific date. Each date would need its own specific text.
e.g. If my date field was 05/01/2025, then the IF formula field would return specfic text (e.g Day 1).
The bit I'm struggling with is doing this with lots of IF formulas in the same formula field. (I need about 47 different dates each returning their own specific text.
Is this the easiest way to do this or am I missing a trick somewhere?
Thanks in advance.
Solved! Go to Solution.
Dec 01, 2024 12:24 PM
Hey @I-Rogers!
Rather than using the IF() formula, you might want to check the SWITCH() formula. It will make for a way cleaner logic!
Dec 01, 2024 12:24 PM
Hey @I-Rogers!
Rather than using the IF() formula, you might want to check the SWITCH() formula. It will make for a way cleaner logic!
Dec 01, 2024 03:26 PM
Hi Mike
Using the switch formula was much better and quicker. Cheers for the advice!