A
Adam
I have a lengthy spreadsheet with thousands of entries.
It is property transaction data. There are four columns
that describe garage square footage and I would like to
slim this down to a simple yes/no if there is a garage.
I would like to write this statement:IF A1:A4>0 THEN 1, IF
A1:A4=0 THEN 0 to create a binary yes/no situation.
What is the proper syntax?
Any help is appreciated!
ADAM
It is property transaction data. There are four columns
that describe garage square footage and I would like to
slim this down to a simple yes/no if there is a garage.
I would like to write this statement:IF A1:A4>0 THEN 1, IF
A1:A4=0 THEN 0 to create a binary yes/no situation.
What is the proper syntax?
Any help is appreciated!
ADAM