Nesting a formula in an 'if' statement - conditional values
I have two reimbursement schemes for staff vs. managers for an expense, and am using a 'checkbox' to identify managers when submitting a claim. Managers will have a 'checked' checkbox in that column.
I'm trying to use in a IF statement to behave in the following manner and can't get the syntax right.
I'm striving for, in words, "If the Manager column is checked, multiply the [Number of Nights] column in the same row by an amount, if not true, value is $0. This plays into another formula that sums the 'claims' but catches this 'top up' for managers.
=IF([Manager]@row = 1, "([Number of Nights]@row*25)", "0")
Any tips appreciated.
Thanks,
Adam
Answers
-
Hi
Use True to make the formula work
=IF(Manager@row = "True", Nights@row * 25, 0)
Hope that helps
Purnima
Purnima Gore
Cierr Limited
Your Time is Important, you want to Stay on Track, We can help you use the Right Tools
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 144 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!