Override Column Formula
Hi,
I have a column that uses a column formula to automatically calculate a date based on other columns' criteria. However, we sometimes need to manually adjust the date and override the column formula.
Is there a way to do this?
Thanks!
Best Answers
-
Hello @wispsofsmoke
A work around is to create a helper column (Date Override column) then on your main column with the column formula you can add an IF statement that if there is date in the "Date Override column" then return that value.
Melissa Yamada
melissa@insightfulsheets.com
Data made simple, spreadsheets reimagined -
You would start it off with
=IF([Helper Column]@row <> "", [Helper Column]@row, IF(Tier@row = ……………………………………………
Answers
-
Hello @wispsofsmoke
A work around is to create a helper column (Date Override column) then on your main column with the column formula you can add an IF statement that if there is date in the "Date Override column" then return that value.
Melissa Yamada
melissa@insightfulsheets.com
Data made simple, spreadsheets reimagined -
Thanks Melissa!
So, how would I add that to this formula?
=IF(Tier@row = "Tier 1 (1-3 Weeks)", [Start Date]@row + 21, IF(Tier@row = "Tier 2 (1-2 Months)", [Start Date]@row + 60, IF(Tier@row = "Tier 3 (2-3 Months)", [Start Date]@row + 90, IF(Tier@row = "Tier 4 (4-12 Months)", [Start Date]@row + 365, IF(Tier@row = "Coaching (6 Months)", [Start Date]@row + 180, "")))))
Thanks!
-
You would start it off with
=IF([Helper Column]@row <> "", [Helper Column]@row, IF(Tier@row = ……………………………………………
-
Hello @wispsofsmoke
You can follow @Paul Newcome's formula.
You just need to add the additional IF statement at the first part of your formula to check whether the Date Override column is blank or not.
Melissa Yamada
melissa@insightfulsheets.com
Data made simple, spreadsheets reimagined -
Thanks Melissa and Paul!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!