Help with formula with multiple criteria
Looking for some help writing a formula multiple criteria...
I want the formula to read the column "openings" and determine cost based on how many openings in the job.
11-20 openings = $225 / 21-25 openings = $250, etc...
I tried building the formula with mutlitple IF statements, but i keep getting an unparceable error.
thanks for your help
Comments
-
attached is a screenshot...
-
Hi Steve,
Try something like this.
=IF(AND(Openings@row >= 11; Openings@row <= 20); 225; IF(Openings@row >= 21; 250))
The same version but with the below changes for your and others convenience.
=IF(AND(Openings@row >= 11, Openings@row <= 20), 225, IF(Openings@row >= 21, 250))
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
perfect! Thanks Andree!
Hats off to you! You always know the answers!
Have a great weekend!
Steve
-
Excellent!
Happy to help!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!