kinkyparamour: Adding cells in multiple worksheets

KarenAter

New Member
Joined
Apr 2, 2002
Messages
2
How about if I send you my workbook to look at? I'm not sure how to explain what I am doing wrong. Thanks for your help.

Karen
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
reviewed the worksheet, user wants to add cells from separate worksheets adding zero value where null.

i suggested the following but thought somebody might be able to suggest more succinct formula...

=if(isnumber('sheet1'!a1),'sheet1'!a1,0)+if(isnumber('sheet2!a2),'sheet2'!a2,0)+...etc
 
Upvote 0
I added the following to her worksheet and it worked great.

=SUM('03-12'!$F$24,'03-22'!$F$24,'03-31 CG'!$E$24,'03-31 PC'!$E$24)

I also made a couple of other changes to the workbook for her while i was in there. She E-mailed me today saying she was very happy with the help you and I supplied.

Denny
 
Upvote 0

Forum statistics

Threads
1,214,391
Messages
6,119,239
Members
448,879
Latest member
VanGirl

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