Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
BB
 
Posts: n/a
Default vlookup subtotals value

Here is my problem:

I have sheet #1 contains part no. A with on hand qty 10 pcs= book qty.
col 1 col. 2
part no. book qty
A 10


Now we are doing physical count - I have a new sheet #2 = it subtotal part
no. A (it has 3 count tags on this part) with subtotal qty 25pcs
The result subtotal shown on sheet#2:
part no. tag qty
A 1 20
A 2 3
A 3 2
A Total 25 = this is a subtotal line



I would like to use sheet #1 and vlookup phy qty associate part no. A data
from sheet #2:

col. 1 col. 2 col. 3
part no. book qty physical qty
A 10 25 - this data from vlookup on
sheet #2 subtoal value.

However, it always shown col. 3 - #N/A, it won't lookup subtotal qty from
sheet #2
part no. A Total.

Please reply.

Thank you,
BB

  #2   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default vlookup subtotals value

Hi!

Are you using DataSubtotals ?

Then lookup "A Total" :

=VLOOKUP("A Total",A1:B16,3,0)

Or, even better:

=SUMIF(A2:A16,"A",C2:C16)

Biff

"BB" wrote in message
...
Here is my problem:

I have sheet #1 contains part no. A with on hand qty 10 pcs= book qty.
col 1 col. 2
part no. book qty
A 10


Now we are doing physical count - I have a new sheet #2 = it subtotal
part
no. A (it has 3 count tags on this part) with subtotal qty 25pcs
The result subtotal shown on sheet#2:
part no. tag qty
A 1 20
A 2 3
A 3 2
A Total 25 = this is a subtotal line



I would like to use sheet #1 and vlookup phy qty associate part no. A data
from sheet #2:

col. 1 col. 2 col. 3
part no. book qty physical qty
A 10 25 - this data from vlookup on
sheet #2 subtoal value.

However, it always shown col. 3 - #N/A, it won't lookup subtotal qty from
sheet #2
part no. A Total.

Please reply.

Thank you,
BB



  #3   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default vlookup subtotals value

Typo:

=VLOOKUP("A Total",A1:B16,3,0)


Should be:

=VLOOKUP("A Total",A1:C16,3,0)

Biff

"Biff" wrote in message
...
Hi!

Are you using DataSubtotals ?

Then lookup "A Total" :

=VLOOKUP("A Total",A1:B16,3,0)

Or, even better:

=SUMIF(A2:A16,"A",C2:C16)

Biff

"BB" wrote in message
...
Here is my problem:

I have sheet #1 contains part no. A with on hand qty 10 pcs= book qty.
col 1 col. 2
part no. book qty
A 10


Now we are doing physical count - I have a new sheet #2 = it subtotal
part
no. A (it has 3 count tags on this part) with subtotal qty 25pcs
The result subtotal shown on sheet#2:
part no. tag qty
A 1 20
A 2 3
A 3 2
A Total 25 = this is a subtotal line



I would like to use sheet #1 and vlookup phy qty associate part no. A
data
from sheet #2:

col. 1 col. 2 col. 3
part no. book qty physical qty
A 10 25 - this data from vlookup on
sheet #2 subtoal value.

However, it always shown col. 3 - #N/A, it won't lookup subtotal qty from
sheet #2
part no. A Total.

Please reply.

Thank you,
BB





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
subtotals value can be vlookup by another worksheet BB Excel Discussion (Misc queries) 4 June 29th 06 09:46 PM
VLookup a Vlookup adamb2000 Excel Worksheet Functions 4 June 28th 06 10:54 PM
VLOOKUP Problem Ian Excel Discussion (Misc queries) 3 April 6th 06 06:47 PM
VLOOKUP Limitations chris_manning Excel Worksheet Functions 2 August 9th 05 06:23 PM
vlookup data hidden within worksheet Excel Worksheet Functions 0 January 26th 05 12:09 PM


All times are GMT +1. The time now is 07:29 AM.

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"