I'm trying to use vlookup to give me a summary of some number throughout a
workbook. It has to sum across about 25 worksheets. not all worksheets have
the date I'm looking up so I will need to set the range_lookup to true so
that it will add the last inventory count before my specified date. I can
use the following on a small amount of sheets...but when I try it on the
large number of worksheets, it ultimately gets messed up.
=VLOOKUP(B6,Adams!$A$12:$D$100,2,TRUE)+
VLOOKUP(B6,ARCHIES_CORNER!$A$12:$D$100,2,TRUE) +
VLOOKUP(B6,BARN_YARD!$A$12:$D$100,2,TRUE) +
VLOOKUP(B6,BEAVER_DAM!$A$12:$D$100,2,TRUE) + VLOOKUP....etc
Any suggestions? SUMIF doesn't seem to work because of the date issue.
|
|
0
|
|
|
|
Reply
|
Utf
|
5/11/2010 1:36:08 PM |
|
Group your data sheets, and select a free cell. Enter a formula like
(reference cell B6 from your summary sheet)
=VLOOKUP(Summary!B6,$A$12:$D$100,2,TRUE)
That will place that formula on every sheet.
And then use a formula like this for the sum:
=SUM(Adams:Last_Sheet!E9)
--
HTH,
Bernie
MS Excel MVP
"Mazkot" <Mazkot@discussions.microsoft.com> wrote in message
news:5F4F1453-553D-4E95-B751-9A1B3FBDE76D@microsoft.com...
> I'm trying to use vlookup to give me a summary of some number throughout a
> workbook. It has to sum across about 25 worksheets. not all worksheets
> have
> the date I'm looking up so I will need to set the range_lookup to true so
> that it will add the last inventory count before my specified date. I can
> use the following on a small amount of sheets...but when I try it on the
> large number of worksheets, it ultimately gets messed up.
>
> =VLOOKUP(B6,Adams!$A$12:$D$100,2,TRUE)+
> VLOOKUP(B6,ARCHIES_CORNER!$A$12:$D$100,2,TRUE) +
> VLOOKUP(B6,BARN_YARD!$A$12:$D$100,2,TRUE) +
> VLOOKUP(B6,BEAVER_DAM!$A$12:$D$100,2,TRUE) + VLOOKUP....etc
>
> Any suggestions? SUMIF doesn't seem to work because of the date issue.
|
|
0
|
|
|
|
Reply
|
Bernie
|
5/11/2010 1:56:43 PM
|
|
Thanks...it never crossed my mind to do the vlookup on each page then just
sum them up....
"Bernie Deitrick" wrote:
> Group your data sheets, and select a free cell. Enter a formula like
> (reference cell B6 from your summary sheet)
>
> =VLOOKUP(Summary!B6,$A$12:$D$100,2,TRUE)
>
> That will place that formula on every sheet.
>
> And then use a formula like this for the sum:
>
> =SUM(Adams:Last_Sheet!E9)
>
> --
>
> HTH,
> Bernie
> MS Excel MVP
>
>
> "Mazkot" <Mazkot@discussions.microsoft.com> wrote in message
> news:5F4F1453-553D-4E95-B751-9A1B3FBDE76D@microsoft.com...
> > I'm trying to use vlookup to give me a summary of some number throughout a
> > workbook. It has to sum across about 25 worksheets. not all worksheets
> > have
> > the date I'm looking up so I will need to set the range_lookup to true so
> > that it will add the last inventory count before my specified date. I can
> > use the following on a small amount of sheets...but when I try it on the
> > large number of worksheets, it ultimately gets messed up.
> >
> > =VLOOKUP(B6,Adams!$A$12:$D$100,2,TRUE)+
> > VLOOKUP(B6,ARCHIES_CORNER!$A$12:$D$100,2,TRUE) +
> > VLOOKUP(B6,BARN_YARD!$A$12:$D$100,2,TRUE) +
> > VLOOKUP(B6,BEAVER_DAM!$A$12:$D$100,2,TRUE) + VLOOKUP....etc
> >
> > Any suggestions? SUMIF doesn't seem to work because of the date issue.
>
>
> .
>
|
|
0
|
|
|
|
Reply
|
Utf
|
5/11/2010 7:56:02 PM
|
|
|
2 Replies
395 Views
(page loaded in 0.631 seconds)
Similiar Articles: vlookup across multiple pages - microsoft.public.excel.worksheet ...I'm trying to use vlookup to give me a summary of some number throughout a workbook. It has to sum across about 25 worksheets. not all worksheets ... VLookup Function over Multiple Worksheets - microsoft.public.excel ...A semi-exoctic formula from Peo S a few years ago, this looks up across eight sheets. It is an array-entered formula... CTRL+SHIFT+ENTER If you wnt to tackle this I ... Vlookup in multiple sheets - microsoft.public.excel.worksheet ...Excel 2003 - Nested IF functions, VLOOKUP, or something else ..... around with ... I am trying to use a countif statement for column ... vlookup across multiple pages Utf ... Using "Vlookup" across 2 Spreadsheets - microsoft.public ...vlookup across multiple pages - microsoft.public.excel.worksheet ... Using "Vlookup" across 2 Spreadsheets - microsoft.public ... vlookup across multiple pages - microsoft ... IF/VLOOKUP between multiple worksheets - microsoft.public.excel ...IF/VLOOKUP between multiple worksheets - microsoft.public.excel ... Excel: Lookups across multiple sheets, vlookup, excel sheet vlookup, excel sheet, hth: if JULY is in D3 ... Adding VLOOKUPS across multiple worksheets - microsoft.public ...Hi, I am trying to add several VLOOKUP results obtained from data in several worksheets. My formula is : - =VLOOKUP(A5,'Common Costs - Budget... look up on multiple sheets - microsoft.public.excel.misc ...Vlookup across multiple sheets in excel | Get Digital Help ... Using array formula to look up multiple values in a list; Search for multiple text ... Can a SUMPRODUCT array formula be used across multiple worksheets ...Here's what I have so far, which doesn't work: =SUM(IF(ISNUMBER(VLOOKUP($A28 ... The following is a ... file number or client name across multiple sheets (from an array). vlookup from two sources - syntax of vlookup statement - microsoft ...... VLOOKUP(B6,Adams!$A$12:$D$100,2,TRUE)+ VLOOKUP(B6,ARCHIES_CORNER!$A$12:$D$ ... I am trying to use a countif statement for column ... vlookup across multiple pages Utf ... Multiple vlookup and adding values together - microsoft.public.mac ...Using "Vlookup" across 2 Spreadsheets - microsoft.public ... Multiple vlookup and adding values ... Vlookup in multiple sheets - microsoft.public.excel.worksheet ... ... Excel - Vlookup Across Multiple Worksheets - I would like ...Vlookup Across Multiple Worksheets - I would like to summarize information from multiple... - Free Excel Help Use the Excel Vlookup Function across Multiple sheets - YouTubehttp://www.computergaga.com/excel/2007/intermediate/more_advanced_functions/v... Use the Excel Vlookup function across multiple sheets to retrieve a value ... Excel - Vlookup Across Multiple Worksheets - Hi all I need ...Vlookup Across Multiple Worksheets - Hi all I need to execute a VLOOKUP across ten worksheets... - Free Excel Help Vlookup across multiple sheets in excel | Get Digital Help ...This blog post describes how to search two tables on two sheets and return multiple results. Sheet1 contains table1 and sheet2 contains table 2. The Vlookup. Excel Vlookup Across Excel Worksheets. Custom VLookup ...Vlookup in Excel to look across all sheets. Custom VBA Function to lookup across all Worksheets 7/28/2012 8:12:20 AM
|