I did find a thread that came close to my solution... but not quite :-\
I have two columns K and L. If L is blank use the value of K. That worked out just fine with:
=IF(L40="", K40,L40)
My question is how to add an additional condition of: IF K40 is also blank THEN type "Unassigned".
It seems like it would be a simple solution.
Please and thank you!
I have two columns K and L. If L is blank use the value of K. That worked out just fine with:
=IF(L40="", K40,L40)
My question is how to add an additional condition of: IF K40 is also blank THEN type "Unassigned".
It seems like it would be a simple solution.
Please and thank you!