Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default Lookup multiple values on multiple sheets

This is the first time I've tried to a lookup in Excel, so please bear with me.
I have a workbook that has eight worksheets. Each worksheet represents a
specific year. On the worksheet, each row represents a specific taxing
district. The columns show specific data for each row. As an example,
worksheet 2005 has columns headed:
TD Nbr
Corp
TWP
School
Twp Levy
School Levy
Corp Levy
Total Levy

Not every row row will have a township.
What I want to do is create a form or template that will breakdown the
amount of a refund by Corp, Twp, or School. So if there is a refund of
$10,000 for 2004 in TD Nbr 017, the template would populate something like
this:
Total Refund: $10,000 TD Nbr: 017
CORP = Amberley Refund = $787.49
TWP = Refund =
SCHOOL = Cincinnati Refund = $6,843.29
Notice the TWP field is left blank

Is this doable or would I be better off using ACCESS? Each year a new
worksheet is added with new rates.

Thank you.
--
I know enuff to be dangerous.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Lookup multiple values on multiple sheets

You can make the name of the sheet dynamic. Assuming it is a year number of
the year prior to the current year as an example:

=if(vlookup(td
nbr,Indirect(year(date)-1&"!A1:H500),2,False)="","",vlookup(td
nbr,Indirect(year(date)-1&"!A1:H500),2,False))

--
Regards,
Tom Ogilvy


"RealGomer" wrote in message
...
This is the first time I've tried to a lookup in Excel, so please bear

with me.
I have a workbook that has eight worksheets. Each worksheet represents a
specific year. On the worksheet, each row represents a specific taxing
district. The columns show specific data for each row. As an example,
worksheet 2005 has columns headed:
TD Nbr
Corp
TWP
School
Twp Levy
School Levy
Corp Levy
Total Levy

Not every row row will have a township.
What I want to do is create a form or template that will breakdown the
amount of a refund by Corp, Twp, or School. So if there is a refund of
$10,000 for 2004 in TD Nbr 017, the template would populate something like
this:
Total Refund: $10,000 TD Nbr: 017
CORP = Amberley Refund = $787.49
TWP = Refund =
SCHOOL = Cincinnati Refund = $6,843.29
Notice the TWP field is left blank

Is this doable or would I be better off using ACCESS? Each year a new
worksheet is added with new rates.

Thank you.
--
I know enuff to be dangerous.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Lookup across multiple columns within multiple sheets Garnet Excel Discussion (Misc queries) 2 June 25th 08 11:46 PM
Lookup using multiple sheets and multiple criteria, sorry if 2 pos kjguillermo Excel Worksheet Functions 4 January 16th 07 03:21 AM
Lookup using multiple sheets and multiple criteria kjguillermo Excel Discussion (Misc queries) 2 January 14th 07 10:28 AM
Lookup in Multiple Columns, Return Multiple Values andy62 Excel Worksheet Functions 3 July 6th 06 02:36 AM
Sum values in multiple sheets using Lookup to find a text match CheriT63 Excel Worksheet Functions 7 December 4th 05 02:33 AM


All times are GMT +1. The time now is 01:35 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"