IF(LEN(quote)>1, “QUOTE(s)\n” & quote,
IF(LEN(fact)>1, “FACT(s)\n” & fact,
IF(LEN(note)>1, “NOTE(s)\n” & note,
IF(LEN(question)>1, “QUESTION(s)\n” & question,
“”))))
Another Nest IF statement, what am I over looking

Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.