Formula Help
Hi all,
I am creating an invoicing system that is pulling totals from a sheet that shows all paid invoices with a date helper column in it. I want to sum all the payments for each month for a chart. Can someone help me with formula?
Thank you!
Answers
-
It sounds like you'll want the SUMIF function SUMIF Function | Smartsheet Learning Center and cross sheet references Create cross sheet references | Smartsheet Learning Center
In the SUMIF function, the first range will be the column in your invoices sheet that lists the month of the invoice. For the second part of the formula, the condition, put the month you're summing up. The second range & final part of the formula will be the column that holds the actual dollar amounts you want to add together for that month.
-
@Nicole_Codi17 Try this...
=SUMIFS({Paid Invoices}, {Invoice Date}, IFERROR(MONTH(@cell), 0) = [Month No.]@row)
Paid Invoices = Column on your reference sheet with the Invoice Amounts
Invoice Date = Column on your reference sheet with the Invoice Dates
-
Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.5K Get Help
- 367 Global Discussions
- 202 Industry Talk
- 432 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!