Formula =SUMIF for a sum range of the first 4 digits only in the cells

schrieber

New Member
Joined
Jun 13, 2023
Messages
13
Office Version
  1. 365
Platform
  1. Windows
I'm using =SUMIFS($D$18:$D$33,$B$18:$B$33,B4) which works well, but I need the formula to read only the first 4 digits in the sum range of $D$18:$D$33 then have those first 4 digits that match what is in B4 so that it can return the sum of the criteria range $B$18:$B$33. Can this be done? (The data in the cells will be changing each month, so each month I will edit the 4 digits in B4 and need to have the first 4 digits of the sum range match what is in B4.) Can this be done? Thanks in advance!
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Hi, welcome to the forum. Your question has some complexity that a prose description doesn't overcome for me.
Mr. Excel has a tool, xl2bb (link below) where you can post a mini sheet of your data that allows the forum to see your calculations and values very effectively.
If you cannot install it, the please post your data as a table (and you would have to label columns and rows, please).

Thanks in advance.
 
Upvote 0
I couldn't install xl2bb.. Here's the table:

1
A​
B​
C​
D​
2
3
Project #​
Project #​
4
4311​
3637​
5
Total Hours:​
Total Hours:​
6Example: Need formula in B6 to return the total hours of the project # in B4 which resides in range B$18:$B$23, with the sum range of $D$18:$D$23 (So the total in B6 would be 6.5)
17 Project NameTypeProject Hours
184311-GENERIC.00HB6.5
199999-ADMIN.00NB1.0
203637-ALPHAPB1.5
213637-MAINPB21.0
22
23
 
Upvote 0
What about:
Code:
=SUM((C4=1*LEFT($C$18:$C$21,4))*$E$18:$E$21)
 
Upvote 0
Thanks for the table data. Try this:
Book1
ABCDE
1
2
3Project #Project #
443113637
5Total Hours:Total Hours:
66.522.5Example: Need formula in B6 to return the total hours of the project # in B4 which resides in range B$18:$B$23, with the sum range of $D$18:$D$23 (So the total in B6 would be 6.5)
7
8Project NameTypeProject Hours
94311-GENERIC.00HB6.5
109999-ADMIN.00NB1
113637-ALPHAPB1.5
123637-MAINPB21
Sheet3
Cell Formulas
RangeFormula
B6:C6B6=SUM((--(ISNUMBER(FIND(B$4,$B$9:$B$12))))*($D$9:$D$12))
 
Upvote 0
Solution
I tweaked your reply to be =SUM((B4=1*LEFT($B$18:$B$21,4))*$D$18:$D$21) and received the answer I need, but if I change the formula to include the blank cells through 23, I get an error . For instance, =SUM((B4=1*LEFT($B$18:$B$23,4))*$D$18:$D$23) returns a #VALUE!. I will need to include the ranges of of those blank lines as they may have info in them in future months.

Thank you!
 
Upvote 0
I tweaked your reply to be =SUM((B4=1*LEFT($B$18:$B$21,4))*$D$18:$D$21) and received the answer I need, but if I change the formula to include the blank cells through 23, I get an error . For instance, =SUM((B4=1*LEFT($B$18:$B$23,4))*$D$18:$D$23) returns a #VALUE!. I will need to include the ranges of of those blank lines as they may have info in them in future months.

Thank you!


You should not get an error with the formula in Post #5.

Book1
ABCDE
1
2
3Project #Project #
443113637
5Total Hours:Total Hours:
66.522.5Example: Need formula in B6 to return the total hours of the project # in B4 which resides in range B$18:$B$23, with the sum range of $D$18:$D$23 (So the total in B6 would be 6.5)
7
8Project NameTypeProject Hours
94311-GENERIC.00HB6.5
109999-ADMIN.00NB1
113637-ALPHAPB1.5
123637-MAINPB21
Sheet3
Cell Formulas
RangeFormula
B6:C6B6=SUM((--(ISNUMBER(FIND(B$4,$B$9:$B$19))))*($D$9:$D$19))
 
Upvote 0
Thanks for the table data. Try this:
Book1
ABCDE
1
2
3Project #Project #
443113637
5Total Hours:Total Hours:
66.522.5Example: Need formula in B6 to return the total hours of the project # in B4 which resides in range B$18:$B$23, with the sum range of $D$18:$D$23 (So the total in B6 would be 6.5)
7
8Project NameTypeProject Hours
94311-GENERIC.00HB6.5
109999-ADMIN.00NB1
113637-ALPHAPB1.5
123637-MAINPB21
Sheet3
Cell Formulas
RangeFormula
B6:C6B6=SUM((--(ISNUMBER(FIND(B$4,$B$9:$B$12))))*($D$9:$D$12))
I used your format and changed it to: =SUM((--(ISNUMBER(FIND(B$4,$B$18:$B$26))))*($D$18:$D$26)) and this worked! Thank you!
 
Upvote 0
An alternative solution: add a (hidden) helper column with the four-digit prefixes of your projects (e.g., =LEFT(B18,4)) then use a regular SUMIF/SUMIFS.
 
Upvote 0
What about:
Code:
=SUM((C4=1*LEFT($C$18:$C$21,4))*$E$18:$E$21)
I tweaked your reply to be =SUM((B4=1*LEFT($B$18:$B$21,4))*$D$18:$D$21) and received the answer I need, but if I change the formula to include the blank cells through 23, I get an error . For instance, =SUM((B4=1*LEFT($B$18:$B$23,4))*$D$18:$D$23) returns a #VALUE!.

Thank you!
 
Upvote 0

Forum statistics

Threads
1,215,096
Messages
6,123,074
Members
449,093
Latest member
ripvw

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