Hi all,
I’m currently struggling with a thorny Airtable formula issue. I think I need to be considering using a nested IF statement or a SWITCH formula, but i’m not 100% convinced that either will work. Here’s my problem statement…
I need to analyse the outputs of five columns, each of which is populated by a unique, formula-generated text value. Based on different combinations of these text values, I need to display a different summary sentence.
I thought that I could solve this issue by using the following nested IF statement…
IF({Biz Rules Provided Summary} = “Incomplete”,“Awaiting Business Rules”,
IF({Analysis Complete Summary}) = “Analysis Incomplete”, “Awaiting Analysis”,
IF({Screen Designed Summary}) = “Design Incomplete”,“Awaiting Screen Design”,
IF({Developed Summary}) = “Dev Incomplete”,“Development Incomplete”,
IF({Function Configured}) = “Config Incomplete”,“Awaiting Configuration”,“Function Configured”)))))
However, this formula doesn’t work. It seems to get stuck after the first IF statement and doesn’t process the 2nd, 3rd, 4th & 5th IF statements. This leaves the majority of the column empty.
Can anyone help me out and tell me where i’m going wrong? Should I be using AND’s in the formula somewhere?
Thanks all.
Mark