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
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
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!