SUMIFS - Contains value in cell from another sheet
Hi All,
I want to create a "Total Vendor Paid Amount" column on our "Main Dashboard". This column will need a formula that pulls information from another dashboard called "REO Vendor Invoicing (3)". I want the formula to sum the total invoices paid, in the "REO Vendor Invoicing (3)" dashboard, of jobs that contain a cell value, found on our "Main Dashboard". The cell value will have a partial address and will need to search the "REO Vendor Invoicing (3)" Dashboard for any cell that contains that value. We will then only need to sum the rows that have the "Status" in "New Invoice/Review Required", "Approved", or "Paid/Processed".
This is such a complicated formula and I've been at it for days, but I just can't seem to crack the code. Is there anyone out there who can offer some help?
Here's what I have so far:
=SUMIFS({REO Vendor Invoicing (3) Range 3}, {REO Vendor Invoicing (3) Range 1}, "*"Address1"*", {REO Vendor Invoicing (3) Range 4}, OR(@cell = "New Invoice/Review Required", @cell = "Approved", @cell = "Paid/Processed"))
Comments
-
"*"Address1"*"
This would be your issue. SS does not support wild cards. For a partial match, you would have to pick a particular portion that will remain consistent and use that in a FIND function for your criteria.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!