Formula to reference another sheet
Hello,
I need to make a formula for the following and appear to be missing something or doing it wrong.
If the Date Field is filled in, then i want the Project Manager field to fill out based on a cell in another sheet.
I have the first part of =IF(Date@row >0
Tags:
Best Answer
-
=IF(Date@row <> "", {Project Manager Email}, "")
<> means "not equal to" and "" means "blank".
Answers
-
-
This always happen, i end up finding the answer or sort of.
=IF(Date@row = TODAY(), {Project Manager Email}, "")
However it would really like the to have it say if the Date@row is anything but Blank, then put in the 'project manager email' from the other sheet.
-
=IF(Date@row <> "", {Project Manager Email}, "")
<> means "not equal to" and "" means "blank".
-
Perfect, thank you!
-
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!