Forum Discussion

TurfyRocket's avatar
TurfyRocket
Copper Contributor
Dec 19, 2023
Solved

IF Data Exists run formula, else return empty

Good morning all,   Probably a basic question here but any help is appreciated.   I have a column of data running a furmula where some rows return a number and others are blank. I need a second c...
  • JKPieterse's avatar
    Dec 19, 2023
    Use this:
    =IF(T19="","",IF(T19>0,"WIN","LOSS"))

Resources