Return 1st column value if 2nd and 3rd column is blank

Hello,
I am trying to come up with a solution for my smartsheet involving 4 columns (4th being the result column). I wanted to return the value from the 1st column whenever 2nd and 3rd column are blank, if not return the value from either 2nd or 3rd column.
These columns contains dates by the way.
Sent (1st) ; Won (2nd) ; Lost (3rd) ; S/W/L Date (Result column)
So I tried the formula independently and it worked ok but when I combined them, i'm getting the "#Invalid Operation" result.
1. If(and(Won=0,Lost=0),Sent - result OK
2. If(isblank(Won),Lost,Won) - result OK
3. IF(AND(Won=0, Lost=0),Sent,IF(ISBLANK(Won),Lost, Won)) - result #Invalid Operation
I've attached a screenshot for a better picture.
Would love to see your kind reply.
Comments
-
Try something along the lines of this...
=IF(ISDATE(Lost@row), Lost@row, IF(ISDATE(Won@row), Won@row, Sent@row))
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.7K Get Help
- 472 Global Discussions
- 200 Use Cases
- 514 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 520 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives