Probably an obvious one this but I've been using SQL for a while and now i'm back with Excel and can't remember the equivalent *blush*
I want to do a nested IF where i'm testing on multiple values. I'd normally use a LIKE or an IN in SQL, what's the excel equivalent?
Pseudocode:
E.G. IF(A1 IN ["Jan","Feb","Mar"],"Quarter 1",IF(A1 IN etc, etc you get the idea
Thanks
I want to do a nested IF where i'm testing on multiple values. I'd normally use a LIKE or an IN in SQL, what's the excel equivalent?
Pseudocode:
E.G. IF(A1 IN ["Jan","Feb","Mar"],"Quarter 1",IF(A1 IN etc, etc you get the idea
Thanks