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

jay@wj-me
jay@wj-me
edited 12/09/19 in Smartsheet Basics

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.

Argument_0.PNG

Comments