Asking

iqbalmonna

New Member
Joined
May 24, 2022
Messages
1
Office Version
  1. 2016
Platform
  1. Windows
  2. Mobile
If line A have 3 style and manpower are same for this 3 style
Line B have 2 style and manpower are same for this 2 style
Line C have 4 style and manpower are same for this 4 style
Now I need to sum the manpower for this three lines only use 1 time.For below sheet answer should be A=57 + B=57 + C=38 Total 152

1653383839854.png
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
here's 2 ways:
Book1
ABCDEF
1linestylemanpowera57
2a320942257b57
3a320752157c38
4a320772257total152
5b320742157
6b320752157
7c322372038total152
8c100302538
9c322752138
10c160776138
Sheet1
Cell Formulas
RangeFormula
F1:F3F1=VLOOKUP(E1,$A$2:$C$10,3)
F4F4=SUM(F1:F3)
F7F7=SUM(VLOOKUP(UNIQUE(A2:A10),$A$2:$C$10,3))
 
Upvote 0

Forum statistics

Threads
1,216,105
Messages
6,128,859
Members
449,472
Latest member
ebc9

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