Hi!
I have two columns that I am working with, labeled Dates and Amount. Since it contains 1,900 records, I don't want to go line by line for each and every single one of them. Here's what I'm looking for:
Date >0 | Amount >0 --> Desired Outcome: True
No Dates | Amount>0 --> Desired Outcome: False
Date >0 | Amount =0 --> Desired Outcome: False
No Dates | Amount=0 --> Desired Outcome: True
Is there a single IF formula that will cover the above criteria?
Thanks.
--rk
I have two columns that I am working with, labeled Dates and Amount. Since it contains 1,900 records, I don't want to go line by line for each and every single one of them. Here's what I'm looking for:
Date >0 | Amount >0 --> Desired Outcome: True
No Dates | Amount>0 --> Desired Outcome: False
Date >0 | Amount =0 --> Desired Outcome: False
No Dates | Amount=0 --> Desired Outcome: True
Is there a single IF formula that will cover the above criteria?
Thanks.
--rk