Multiple If Statements

I'm having a difficult time making multiple 'If' statements work, cross sheets. I would like the sum of a column to be brought over to another sheet IF it meets the following criteria:
1. meets a corresponding category, and,
2. has a check box.
The first half works (below), without the check box being checked:
SUMIF({LGES - Invoices Range 1}, Item9, {LGES - Invoices Range 2})
Now, adding the check box:
=IF({LGES - Invoices Range 3} = "1", SUMIF({LGES - Invoices Range 1}, Item9, {LGES - Invoices Range 2}), false)
Am I not creating the If argument correctly for the checkbox?
Thanks,
Comments
-
Hello,
Thanks for reaching out! If youβre looking to sum a range based on multiple specified criteria then you will want to consider using the SUMIFS function.
Utilizing this function will allow you to sum the Amount, so long as the Approved column is checked and the Category column contains "Legal Fees". Based on the dataΒ youΒ provided, you can insert a formula similar to the one below into the Paid to Date column of your second sheet:
=SUMIFS({LGES - Invoices Range 2}, {LGES - Invoices Range 3}, 1, {LGES - Invoices Range 1}, Item9)
More information on the SUMIFS function can be found in this Help Center article: https://help.smartsheet.com/function/sumifs?frame=0&nav=1
Please let me know if youβre looking for something else and Iβll be more than happy to advise further!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!