#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Excel Formulas

I am trying to create a formula for an invoice. When a specific part number
is entered into the cell that in the next cell the description is pulled up.
All the information is on a seperate worksheet?? Ahhhh! Help Please this is
driving me nuts!!
--
TMansell
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Excel Formulas

If you have part Nos and descriptions in Sheet2, columns A:B, and enter part
No in Sheet1 A2 then
=VLOOKUP(A2,Sheet2!A:B,2,FALSE)
returns the description.

Regards,
Stefi

€˛TMansell€¯ ezt Ć*rta:

I am trying to create a formula for an invoice. When a specific part number
is entered into the cell that in the next cell the description is pulled up.
All the information is on a seperate worksheet?? Ahhhh! Help Please this is
driving me nuts!!
--
TMansell

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 320
Default Excel Formulas

Assuming you already have a table somewhere of part#s and descriptions, say
on Sheet2!A1:B100, then you can enter this in Sheet1, which also assumes
your part # is in A4 and you want the description to automatically fill in
in B4:
In cell B4 of Sheet1:

=IF(A4="","",VLOOKUP(A4,Sheet2!$A$1:$B$100,2,FALSE ))
and fill down...

Bob Umlas
Excel MVP

"TMansell" wrote in message
...
I am trying to create a formula for an invoice. When a specific part number
is entered into the cell that in the next cell the description is pulled
up.
All the information is on a seperate worksheet?? Ahhhh! Help Please this
is
driving me nuts!!
--
TMansell



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Excel Formulas

Hi,

A little more detail might be nice. This sounds like a lookup issue but
what does your data look like in the separate sheet? What is the
organization of the data in that sheet, is there a unique line for each part
number? are the part numbers in the first column? is the description to the
left or right of the part number? How many part numbers are listed - are we
talking 10 or 1,000,000? What version of Excel? What do you want to do if
the part number is not found?

For example, in 2007 you might write

=IFERROR(VLOOKUP(A1,Sheet2!A1:C1000,3,FALSE),"")

but this would not work in 2003.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"TMansell" wrote:

I am trying to create a formula for an invoice. When a specific part number
is entered into the cell that in the next cell the description is pulled up.
All the information is on a seperate worksheet?? Ahhhh! Help Please this is
driving me nuts!!
--
TMansell

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
Excel Formulas sd270264 Excel Worksheet Functions 1 May 6th 09 10:49 AM
ms-excel guidence notes, complete formulas in excel, How to runmacros in Ms excel [email protected] Excel Discussion (Misc queries) 0 June 14th 08 03:19 PM
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
Copying formulas from Excel 2003 to Excel 2007 [email protected] Excel Discussion (Misc queries) 4 August 9th 07 06:06 PM
Formulas not evaluated, Formulas treated as strings Bob Sullentrup Excel Discussion (Misc queries) 0 November 27th 06 08:01 PM


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