IF Function / Formula Help
I have created a budget sheet template and need to add seasonlisation to identify cross-charges by month. Rather than doing this manually every time, I would like to add a formula that pulls the data from another cell, but based on information in a 3rd cell. I was hoping it would be as simplistic as: =IF([Activity Month]3) = Sep, [Revised Budget]3); however, I am getting an UNPARSEABLE response.
This image show's the 2 cells that have the information in (3rd cell where the formula will be is off to the right). Is this even doable, and if so, any help with the formula would be greatly received.
Thanks
Ken
Best Answer
-
Your syntax is just a bit off is all.
=IF([Activity Month]3 = "Sep", [Revised Budget]3)
Answers
-
Your syntax is just a bit off is all.
=IF([Activity Month]3 = "Sep", [Revised Budget]3)
-
@Ken Alder Hi, your formula as is missing the no part: IF(logical_expression,[value_if_true],[value_if_false]) If it's not September then the cell can be blank so it'll be like this =IF([Activity Month]3) = Sep, [Revised Budget]3, " ")
-
@Razetto The "no" part is not necessary. The issues causing the error are the closing parenthesis after the first cell reference and the lack of quotes around the text string.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 463 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!