Retuen sum across multiple vlookups

Status
Not open for further replies.

sunirms

New Member
Joined
Mar 2, 2010
Messages
21
PHP:
Excel 2007
ABCDEFGH33Tower1Name of AccountAlert CountSev1Sev2Sev3Sev4
34
CPW4
2



=SUM(VLOOKUP("CPW",B34:G34,2,FALSE),VLOOKUP("CPW",B35:G35,2,FALSE))
35
YARA3
3



36Tower2CPW2
2



37
YARA3





38Tower3CPW2





39
YARA





40Tower4JLR Washington4





41
CPW





42Tower5JLR Washington





43
CPW





44Tower6JLR Washington





45
CPW





46Tower7JLR  SWIFT





47
ATKINS





48Tower8DANONE





49
YARA





50Tower9DANONE





51
YARA





[CENTER][COLOR=#161120][B]1-Sep-2011[/B][/COLOR][/CENTER]


Worksheet FormulasCellFormulaH34=SUM(VLOOKUP("CPW",B34:G34,2,FALSE),VLOOKUP("CPW",B35:G35,2,FALSE))

Hi All

I am loooking for a way to get the sum of Alert count cells for "CPW" alone. the total sum. The formula i used serves the purpose, but i have to manually enter vlookups for each row and excel does not allow me to add to many arguments. Is there any alternate way of doing this? The only way out would be to return vlookups row wise and then take a total count. Is there a way to get it in one single cell rather than performing vlookups row wise and then takint the sum of it??
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Status
Not open for further replies.

Forum statistics

Threads
1,224,599
Messages
6,179,828
Members
452,946
Latest member
JoseDavid

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