If Function
I've tried everything. I'm sure it's a simple fix.
If Type = New, then Store Open Date needs to be OPS T/O + 4 days
If Type= Remodel, then Store Open Date needs to be OPS T/O + 2 days.
HELP! Please. Thank you.
=IF((Type@row="New"), ([OPS T/O]@row+4), (Type@row="Remodel")([OPS T/O]@row+2))
Answers
-
Your formula seems to just need some work, I've updated it below.
=IF(Type@row="New",[OPS T/O]@row+4,IF(Type@row="Remodel",[OPS T/O]@row+2,"")))
( @ me in the replies or I'll lose the conversation! )
-
@Parker Oxford Thank you for your help. I'm still getting the unparseable error.
-
Are you able to show more information in another screenshot? I'm unsure why the formula isn't working and it could be to me not fully understanding how the sheet is set up.
-
I got this first half to work.
=IF((Type@row = "New"), ([OPS T/O]@row + 4))
But, how do I add the second part for the "Remodel" type, adding 2 days?
(We have 4 days from turnover to open for new stores, 2 days from turnover to open on remodels, if you needed context.:)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 486 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 498 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!