Forum Discussion

NZOIA's avatar
NZOIA
Copper Contributor
Jan 28, 2024
Solved

IF Formulas

Can someone help me correct this IF formula? Thanks!   =IF(A1="abc","hello", IF(A1="def","goodbye"), "welcome")   If A1 = abc then put text hello, if A1 = def put text goodbye, otherwise put welc...
  • samarmesto's avatar
    Jan 28, 2024
    Hi, I think that is: =IF(A1="abc","Hello",IF(A1="def","goodbye","Welcome"))

Resources