Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default VLOOKUP: Can someone do the function for me please?

What I have is an invoice for a scrapbooking company on the 1st page, and I
have all of the stock with item #'s, description and price on the 2nd sheet.
I want to be able to type in an item # on the invoice and have the #,
description and price come up automatically.

Someone tried to tell me how to do this, I am totally not understanding what
they told me.

If you know how to do this, I will email you my spread sheet, if you are
willing to put the functions in for me. (I do have other funtions put in the
invoice already)

Thank you for any help.
Jaci
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default VLOOKUP: Can someone do the function for me please?

Suppose you have this table on Sheet2:

..............A......................B............ ........C
1.........Item #..........Description..........Price
2..........1..................Book................ 13.99
3..........2..................Paper............... ...5.99
4..........3..................Pen................. ....1.29
5..........4..................Binder.............. ...3.99
6..........5..................Pencil.............. ....0.59

On Sheet1 you have these headers in A1:C1 -

..............A......................B............ ........C
1.........Item #..........Description..........Price
2................................................. ..............

Enter this formula in Sheet1 cell B2:

=IF(COUNTIF(Sheet2!$A2:$A6,$A2),VLOOKUP($A2,Sheet2 !$A2:$C6,COLUMNS($A:B),0),"")

Copy across to C2

Now, if you enter an item number in Sheet1 cell A2 the description and price
will automatically fill in.

Biff

"JacisChildCare" wrote in message
...
What I have is an invoice for a scrapbooking company on the 1st page, and
I
have all of the stock with item #'s, description and price on the 2nd
sheet.
I want to be able to type in an item # on the invoice and have the #,
description and price come up automatically.

Someone tried to tell me how to do this, I am totally not understanding
what
they told me.

If you know how to do this, I will email you my spread sheet, if you are
willing to put the functions in for me. (I do have other funtions put in
the
invoice already)

Thank you for any help.
Jaci



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default VLOOKUP: Can someone do the function for me please?


I have sent you an email.


"T. Valko" wrote:

Suppose you have this table on Sheet2:

..............A......................B............ ........C
1.........Item #..........Description..........Price
2..........1..................Book................ 13.99
3..........2..................Paper............... ...5.99
4..........3..................Pen................. ....1.29
5..........4..................Binder.............. ...3.99
6..........5..................Pencil.............. ....0.59

On Sheet1 you have these headers in A1:C1 -

..............A......................B............ ........C
1.........Item #..........Description..........Price
2................................................. ..............

Enter this formula in Sheet1 cell B2:

=IF(COUNTIF(Sheet2!$A2:$A6,$A2),VLOOKUP($A2,Sheet2 !$A2:$C6,COLUMNS($A:B),0),"")

Copy across to C2

Now, if you enter an item number in Sheet1 cell A2 the description and price
will automatically fill in.

Biff

"JacisChildCare" wrote in message
...
What I have is an invoice for a scrapbooking company on the 1st page, and
I
have all of the stock with item #'s, description and price on the 2nd
sheet.
I want to be able to type in an item # on the invoice and have the #,
description and price come up automatically.

Someone tried to tell me how to do this, I am totally not understanding
what
they told me.

If you know how to do this, I will email you my spread sheet, if you are
willing to put the functions in for me. (I do have other funtions put in
the
invoice already)

Thank you for any help.
Jaci




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default VLOOKUP: Can someone do the function for me please?

Thank you for your reply, I tried to email you, but it cam back.

I don't know what my problem is..but I am
having such a hard time understanding this function. Could I please send
you my invoice and have you insert the function for me? I know that is
asking a lot, if it would be a problem I understand. If you want to
charge me for doing this, let me know how much it would be.

I have 1,276 stock items listed and I guess I am just not real sure
what numbers to change, and if I need to change how I have the cells set
up on the actual invoice for the #, description and price to show up.
If I should change that from 3 cells to 1 cell.

Thank you for being patient with me, I know some functions in excel,
but this is something new I am TRYING (not very successfully) to learn.


"T. Valko" wrote:

Suppose you have this table on Sheet2:

..............A......................B............ ........C
1.........Item #..........Description..........Price
2..........1..................Book................ 13.99
3..........2..................Paper............... ...5.99
4..........3..................Pen................. ....1.29
5..........4..................Binder.............. ...3.99
6..........5..................Pencil.............. ....0.59

On Sheet1 you have these headers in A1:C1 -

..............A......................B............ ........C
1.........Item #..........Description..........Price
2................................................. ..............

Enter this formula in Sheet1 cell B2:

=IF(COUNTIF(Sheet2!$A2:$A6,$A2),VLOOKUP($A2,Sheet2 !$A2:$C6,COLUMNS($A:B),0),"")

Copy across to C2

Now, if you enter an item number in Sheet1 cell A2 the description and price
will automatically fill in.

Biff

"JacisChildCare" wrote in message
...
What I have is an invoice for a scrapbooking company on the 1st page, and
I
have all of the stock with item #'s, description and price on the 2nd
sheet.
I want to be able to type in an item # on the invoice and have the #,
description and price come up automatically.

Someone tried to tell me how to do this, I am totally not understanding
what
they told me.

If you know how to do this, I will email you my spread sheet, if you are
willing to put the functions in for me. (I do have other funtions put in
the
invoice already)

Thank you for any help.
Jaci




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default VLOOKUP: Can someone do the function for me please?

Post your email address and I'll contact you. Just make sure you disguise it
like:

me<atsomeplace<nospamdotcom

Biff

"JacisChildCare" wrote in message
...
Thank you for your reply, I tried to email you, but it cam back.

I don't know what my problem is..but I am
having such a hard time understanding this function. Could I please send
you my invoice and have you insert the function for me? I know that is
asking a lot, if it would be a problem I understand. If you want to
charge me for doing this, let me know how much it would be.

I have 1,276 stock items listed and I guess I am just not real sure
what numbers to change, and if I need to change how I have the cells set
up on the actual invoice for the #, description and price to show up.
If I should change that from 3 cells to 1 cell.

Thank you for being patient with me, I know some functions in excel,
but this is something new I am TRYING (not very successfully) to learn.


"T. Valko" wrote:

Suppose you have this table on Sheet2:

..............A......................B............ ........C
1.........Item #..........Description..........Price
2..........1..................Book................ 13.99
3..........2..................Paper............... ...5.99
4..........3..................Pen................. ....1.29
5..........4..................Binder.............. ...3.99
6..........5..................Pencil.............. ....0.59

On Sheet1 you have these headers in A1:C1 -

..............A......................B............ ........C
1.........Item #..........Description..........Price
2................................................. ..............

Enter this formula in Sheet1 cell B2:

=IF(COUNTIF(Sheet2!$A2:$A6,$A2),VLOOKUP($A2,Sheet2 !$A2:$C6,COLUMNS($A:B),0),"")

Copy across to C2

Now, if you enter an item number in Sheet1 cell A2 the description and
price
will automatically fill in.

Biff

"JacisChildCare" wrote in
message
...
What I have is an invoice for a scrapbooking company on the 1st page,
and
I
have all of the stock with item #'s, description and price on the 2nd
sheet.
I want to be able to type in an item # on the invoice and have the #,
description and price come up automatically.

Someone tried to tell me how to do this, I am totally not understanding
what
they told me.

If you know how to do this, I will email you my spread sheet, if you
are
willing to put the functions in for me. (I do have other funtions put
in
the
invoice already)

Thank you for any help.
Jaci








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default VLOOKUP: Can someone do the function for me please?

Thank you so much!!!
jacischildcare<atyahoo<nospamdotcom

"T. Valko" wrote:

Post your email address and I'll contact you. Just make sure you disguise it
like:

me<atsomeplace<nospamdotcom

Biff

"JacisChildCare" wrote in message
...
Thank you for your reply, I tried to email you, but it cam back.

I don't know what my problem is..but I am
having such a hard time understanding this function. Could I please send
you my invoice and have you insert the function for me? I know that is
asking a lot, if it would be a problem I understand. If you want to
charge me for doing this, let me know how much it would be.

I have 1,276 stock items listed and I guess I am just not real sure
what numbers to change, and if I need to change how I have the cells set
up on the actual invoice for the #, description and price to show up.
If I should change that from 3 cells to 1 cell.

Thank you for being patient with me, I know some functions in excel,
but this is something new I am TRYING (not very successfully) to learn.


"T. Valko" wrote:

Suppose you have this table on Sheet2:

..............A......................B............ ........C
1.........Item #..........Description..........Price
2..........1..................Book................ 13.99
3..........2..................Paper............... ...5.99
4..........3..................Pen................. ....1.29
5..........4..................Binder.............. ...3.99
6..........5..................Pencil.............. ....0.59

On Sheet1 you have these headers in A1:C1 -

..............A......................B............ ........C
1.........Item #..........Description..........Price
2................................................. ..............

Enter this formula in Sheet1 cell B2:

=IF(COUNTIF(Sheet2!$A2:$A6,$A2),VLOOKUP($A2,Sheet2 !$A2:$C6,COLUMNS($A:B),0),"")

Copy across to C2

Now, if you enter an item number in Sheet1 cell A2 the description and
price
will automatically fill in.

Biff

"JacisChildCare" wrote in
message
...
What I have is an invoice for a scrapbooking company on the 1st page,
and
I
have all of the stock with item #'s, description and price on the 2nd
sheet.
I want to be able to type in an item # on the invoice and have the #,
description and price come up automatically.

Someone tried to tell me how to do this, I am totally not understanding
what
they told me.

If you know how to do this, I will email you my spread sheet, if you
are
willing to put the functions in for me. (I do have other funtions put
in
the
invoice already)

Thank you for any help.
Jaci






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
Embedded If Function in a Vlookup Function Excel Student Excel Worksheet Functions 2 January 13th 07 04:39 AM
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP buffgirl71 Excel Discussion (Misc queries) 12 November 14th 06 11:36 PM
HOW DO I NEST THE VLOOKUP FUNCTION WITH THE LEFT FUNCTION CHAIM Excel Worksheet Functions 1 July 27th 05 09:10 PM
how do I write a vlookup function within an iserror function so t. JBLeeds Excel Worksheet Functions 2 March 16th 05 10:30 AM
I want to use Vlookup function and AND function in a single formu. prakash Excel Worksheet Functions 3 January 25th 05 07:11 AM


All times are GMT +1. The time now is 10:07 PM.

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"