I been staring at this IF Chain formula for days trying to figure out. I think there may be an easier way, but here is the logic of it if anyone could please help. the formula will belong in cell X2
if W2 > v2 , then return text "push out"
if W2 < V2, then return text "pull in"
if W2 = V2, then return text "no change"
if W2 = "SEE STATUS", then vlookup(a2,table,27,false) (this will return a date value)
**this last part is where I am stumped**
if W2 = "SEE STATUS", and the vlookup(a2,table,27,false) returns N/A or error, then return text "Cancelled"
this is the formula I currently have and doesn't seem to be working. gives me a "VALUE" on the ones that are "SEE STATUS":
![]()
Please Login or Register to view this content.
Bookmarks