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
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives