Formula Assistance

  • Thread starter Thread starter Steven Powell
  • Start date Start date
S

Steven Powell

I am having difficulty with a formula. I have a workbook
that contains about 14 worksheets. 12 of the worksheets
represent the months of the year, and they are all named
as such. I am attempting to track numerical data
pertaining to each month. But, on the summary sheet, I
want to be able to enter the date in a field, and it puts
the total numbers in designated fields relating to month I
entered. Each month is on its own worksheet. How can I
make the number represent the month every time. Example:
Book placements are cell L5 on every worksheet, so the
formula has to pull the number from L5 on whatever month
entered. Can someone assist me?
 
Put the worksheet name in A1. In B1 put:

=INDIRECT("'"&A1&"'!L5")

HTH
Jason
Atlanta, GA
 
Thank you, Jason. That worked Perfectly!
-----Original Message-----
Put the worksheet name in A1. In B1 put:

=INDIRECT("'"&A1&"'!L5")

HTH
Jason
Atlanta, GA



.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top