IF-Formula together with Index and Match
Hi, I use the Index + Match formula to calculate individual prices with multiple criteria. It works
Now, I want to add an "IF"-formula in order to calculate and show only in these rows where a certain course is requested (f.e. "Angebot Premiumkurs"). Unfortunately I receive "unparseable" - any idea why?
The number 12376 is a price added to the individual calculated factors
Best Answer
-
Hey @Jörg Schmidt1
In your IF statement, you need an @row as part of your column name.
=IF(Marketingname@row="Angebot Premiumkurs";
Also, unless you wish your ending zero to be treated as a text string, remove the quotes from around the zero. This will allow the character to be treated as a number vs you forcing it to be text.
Does that work for you?
Kelly
Answers
-
Hey @Jörg Schmidt1
In your IF statement, you need an @row as part of your column name.
=IF(Marketingname@row="Angebot Premiumkurs";
Also, unless you wish your ending zero to be treated as a text string, remove the quotes from around the zero. This will allow the character to be treated as a number vs you forcing it to be text.
Does that work for you?
Kelly
-
Hi Kelly, thank you so much for helping. I love to see it working :-)
Have a nice weekend
kind regards Joerg 😁
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!