SUMIF Not Working (Validation List & Delimiting values)

leschkeb

New Member
Joined
Oct 10, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi there, I have a sheet where i enter the description of an invoice (column A) - and then split the desctription into columns b,c,d. I do this for 3 tables. I then use a validation list to categories the transactions and need to be able to calculate the total of each category across each table - resulting in a single total for each category where a value has been entered. I am not having much luck; any advice? I am relatively new to this. Best. Benjamin
 

Attachments

  • SUMIF not working.png
    SUMIF not working.png
    125.7 KB · Views: 12

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
If I understand your question correctly,

Excel Formula:
=LET(x,TOCOL(C2:C37,3),SUM(FILTER(x,ISNUMBER(x))))
 
Upvote 0
If I understand your question correctly,

Excel Formula:
=LET(x,TOCOL(C2:C37,3),SUM(FILTER(x,ISNUMBER(x))))
Thanks, I am not sure what to do with that sorry. I wasn't sure if i could upload a sample of the sheet itself, just signed up today.
 
Upvote 0
Thanks, I am not sure what to do with that sorry. I wasn't sure if i could upload a sample of the sheet itself, just signed up today.
You can upload a minisheet using the XL2BB tool.

Try copy that formula and paste it in 1 of the cell and see it returns your desired result.
 
Upvote 0
If the above answer works, then so should this:
=SUM(TOCOL(C2:C37,3))
 
Upvote 0

Forum statistics

Threads
1,215,097
Messages
6,123,076
Members
449,094
Latest member
mystic19

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top