Where does my IF formula go awry?

I have nested IF formulas that work as stand alone statements but when they are combine, I get "INVALID OPERATION"
This is the full operation: =IF([Construction Complete]@row > [Last Weeks Cx date]@row, "Date Slide", =IF([Construction Complete]@row < [Last Weeks Cx date]@row, "Improved", "Same"))
If the first statement is true, it works and I get "Date Slide". If not, I get the error. But if I take just the second statement on, it works for the remainder.
=IF([Construction Complete]@row < [Last Weeks Cx date]@row, "Improved", "Same")
What is my issue?
Best Answer
-
You just need to remove the 2nd '=' sign.
=IF([Construction Complete]@row > [Last Weeks Cx date]@row, "Date Slide", IF([Construction Complete]@row < [Last Weeks Cx date]@row, "Improved", "Same"))
Answers
-
You just need to remove the 2nd '=' sign.
=IF([Construction Complete]@row > [Last Weeks Cx date]@row, "Date Slide", IF([Construction Complete]@row < [Last Weeks Cx date]@row, "Improved", "Same"))
-
Thank you, sometimes you just stare at something too long. Appreciate the help
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 149 Industry Talk
- 488 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 153 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!