capture cell info from different worksheets into a column of Summary Sheet

hocs

New Member
Joined
Nov 13, 2009
Messages
33
I have created a few identical sheets, namely Invoice, Invoice (2), Invoice (3) and so on. Cell F5 of each invoice will be the invoice number (running number). After sheet Invoice (3), i have created another sheet namely Invoice Summary (on the right to Invoice (3)), which will have one of the column, says column C to capture invoice number from sheet Invoice, Invoice (2) and Invoice (3) by draging down column C2 to C4 of Invoice Summary sheet:

C2 to reflect invoice number of sheet Invoice
C3 to reflect invoice number of sheet Invoice (2)
C4 to reflect invoice number of sheet Invoice (3)

however, relative sheet reference could not be perform by draging down the fill handle.
How do i solve this?
Thanks in advance!
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
in cell C3 put this formula and drag it down

=INDIRECT(CONCATENATE("Invoice";ROW(A3)-1;"!F5"))

cheers
 
Upvote 0
in cell C3 put this formula and drag it down

=INDIRECT(CONCATENATE("Invoice";ROW(A3)-1;"!F5"))

cheers

Hi Clipro,

Thanks for your advice. It workd perfectly with the following amendments:
1. I rename sheets to invoice2, invoice3...... instead of Invoice (2), Invoice (3)...

2. =indirect(concatenate("Invoice",Row(A3)-1,"!F5"))

Thanks!
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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