IFs formula help
I have written a simple formula to pull the date from one column into another on every row of my sheet. ( =[Schematic Prep]@row)....converted to column formula.
Now logically I understand that there are some projects in this sheet that must pull the date from a different column IF the "Survey Scope" Check box is checked.
So, Within the column this formula is for ("Revit Shell Due Date"), I want to write a formula that will pull the date from 'Schematic Prep' date column unless the 'Survey Scope' check box is checked. If it is checked then I would like the date to pull from the 'Survey Completed' date column.
I suspect an Ifs statement may help but I am unsure how to write the formula. Can anyone help me?
Best Answer
-
Try this
=IF([Survey Scope]@row = 1, [Survey Completed]@row, [Schematic Prep]@row)
Answers
-
Try this
=IF([Survey Scope]@row = 1, [Survey Completed]@row, [Schematic Prep]@row)
-
Thank you, Carson! That worked perfectly!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!