LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default VLookups Across Mulitple Table Arrays

Sounds like you want to do a SUMIF across multiple sheets.

Try this:

Make a list of your sheet names in say, A1:A11.

This will sum B1:B10 if A1:A10 on any of the sheets listed contain the
account number XX:

=SUMPRODUCT(SUMIF(INDIRECT("'"&A1:A11&"'!A1:A10"), "XX",INDIRECT("'"&A1:A11&"'!B1:B10")))

If the account number is a numeric number like 9999 do not enclose it in
quotes. If the account number is an alpha-numeric like X99C then do enclose
it in quotes.

--
Biff
Microsoft Excel MVP


"Elise148" wrote in message
...
Well, what I'd like to do is check a table in 11 different sheets for a
specific account number and have a formula add all the amounts in a column
that relate to that account...

"Don Guillett" wrote:

More detail???

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Elise148" wrote in message
...
Is there a way to do a vlookup using mulitple table arrays? I tried,
and
couldn't get it to work, but maybe I wasn't doing it the right way...







 
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
Finding Duplicate Arrays in a table JohnHB Excel Discussion (Misc queries) 4 July 2nd 09 07:47 PM
Alter mulitple Vlookups at once MikeD1224 Excel Discussion (Misc queries) 2 February 16th 07 09:55 PM
Vlookups in a Pivot table brining back OFFSET Data tlk40us Excel Worksheet Functions 2 March 20th 06 05:52 PM
arrays and pivot table Carsten Excel Worksheet Functions 1 June 12th 05 09:10 AM
Vlookups Shaya M Excel Discussion (Misc queries) 3 May 27th 05 07:17 AM


All times are GMT +1. The time now is 03:22 AM.

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

About Us

"It's about Microsoft Excel"