Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
lolligirl
 
Posts: n/a
Default Formula for Order Form


I have been racking my brains with this all afternoon, and have searched
to no avail... I'm sure there is an easy solution!

I am trying to find a formula for an order form, so I can enter the
code in column A, and then have the name of the actual product appear
in column B. So for example if I enter "BL" in column A, I'd like "Blue
Loop" to appear in column B.

Thanks :)


--
lolligirl
------------------------------------------------------------------------
lolligirl's Profile: http://www.excelforum.com/member.php...o&userid=19987
View this thread: http://www.excelforum.com/showthread...hreadid=345760

  #2   Report Post  
IanRoy
 
Posts: n/a
Default

Hi, lolligirl;
Create a lookup table on another sheet (say Sheet2) with your codes in
column A, and your product names in column B. (You could also put unit prices
in column C, and so on). If your lookup table covers A1:C9, and your code is
entered in A1 on your order form, your formula in B1 would be:
=VLOOKUP(A1,Sheet2!$A$1:$C$9,2,FALSE)
This looks in the first column of your lookup table to find a match to A1 on
your oder form and then returns the corresponding value from the second
column in your lookup table. =VLOOKUP(A1,Sheet2!$A$1:$C$9,3,FALSE) would
return results from column 3 (unit price) in the table and so on.
Regards,
Ian.


"lolligirl" wrote:


I have been racking my brains with this all afternoon, and have searched
to no avail... I'm sure there is an easy solution!

I am trying to find a formula for an order form, so I can enter the
code in column A, and then have the name of the actual product appear
in column B. So for example if I enter "BL" in column A, I'd like "Blue
Loop" to appear in column B.

Thanks :)


--
lolligirl
------------------------------------------------------------------------
lolligirl's Profile: http://www.excelforum.com/member.php...o&userid=19987
View this thread: http://www.excelforum.com/showthread...hreadid=345760

  #3   Report Post  
peterm
 
Posts: n/a
Default

Hi Lolligirl
I have this would you like me to send it to you
send me your email address
peterm

"lolligirl" wrote:


I have been racking my brains with this all afternoon, and have searched
to no avail... I'm sure there is an easy solution!

I am trying to find a formula for an order form, so I can enter the
code in column A, and then have the name of the actual product appear
in column B. So for example if I enter "BL" in column A, I'd like "Blue
Loop" to appear in column B.

Thanks :)


--
lolligirl
------------------------------------------------------------------------
lolligirl's Profile: http://www.excelforum.com/member.php...o&userid=19987
View this thread: http://www.excelforum.com/showthread...hreadid=345760


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
how do i write a formula and keep in in formula form, so it DOESN. norcalchick2207 Excel Discussion (Misc queries) 2 February 4th 05 08:38 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
revert formula insertion to old method Don't be a pain in the ass Setting up and Configuration of Excel 0 January 24th 05 01:49 PM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


All times are GMT +1. The time now is 05:51 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"