help in Sumiff if we have same data in a column

sksanjeev786

Well-known Member
Joined
Aug 5, 2020
Messages
882
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Hi Team

I nee a sum of score based on A1 to 13 (some role are replitative ) so need total on A16

book1
ABCDEF
1RoleDescription03/0303/0403/0503/06
2R003Senior Project Manager UK7.291.890.86
3R008Service Manager UK6.214.185.072.29
4R013Project Manager UK25.2510.00-2.362.86
5R114CFS Systems Analyst - Dev UK1.433.292.86
6R120CFS Analyst Programmer - Dev UK7.21
7R188Senior Project Manager UK0.640.645.930.79
8R003Senior Project Manager UK-9.00-1.43-0.36
9R013Project Manager UK23.89-6.2932.5020.61
10R017Solution Architect UK45.0028.79-0.9632.07
11R114CFS Systems Analyst - Dev UK2.5723.61
12R120CFS Analyst Programmer - Dev UK
13R188Senior Project Manager UK1.571.863.04-0.57
14
1503/0303/0403/0503/06
16R003
17R008
18R013
19R017
20R114
21R120
22R188
23
Sheet4
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
sksanjeev786,

Try to use:

B16 -->
Excel Formula:
=SUMIF($A$2:$A$13, $A16, C$2:C$13)

Drag down and to the sides the formula

Please let us know if it worked as you wanted.

Hope this helps.
 
Upvote 0
Solution
sksanjeev786,

Try to use:

B16 -->
Excel Formula:
=SUMIF($A$2:$A$13, $A16, C$2:C$13)

Drag down and to the sides the formula

Please let us know if it worked as you wanted.

Hope this helps.

Hi

Thank you so much

Can i get via Indirect funtion i have data in "data1" tab
 
Upvote 0
sksanjeev786,

If you have the same layout in the data1 tab, simply add the term data1! in the formula:

B16 -->
Excel Formula:
=SUMIF(data1!$A$2:$A$13, $A16, data1!C$2:C$13)
Drag down and to the sides the formula

Was this what you needed?

Hope this helps.
 
Upvote 0
sksanjeev786,

If you have the same layout in the data1 tab, simply add the term data1! in the formula:

B16 -->
Excel Formula:
=SUMIF(data1!$A$2:$A$13, $A16, data1!C$2:C$13)
Drag down and to the sides the formula

Was this what you needed?

Hope this helps.
thank you so much Team :)
 
Upvote 0

Forum statistics

Threads
1,214,651
Messages
6,120,744
Members
448,989
Latest member
mariah3

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