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
- Customer Resources
- 65K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 69 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!