#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 148
Default Please help

I am wondering if anyone can help me. I am trying to create a quote sheet in
Excel. What I am wanting to do is to be able to type a number in the A
column and a decription will appear in the B Column. Example 1 =
Installation. Can anyone tell me how I might do this.

Thank You,
Heather
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Please help

Assuming you have, on sheet2, a list of numbers in column A and corresponding
descriptions in column B

In B1 of the quote sheet, the formula would be:
=if(A1="","",Vlookup(A1,Sheet2!A:B,2,false))

--
Regards,
Tom Ogilvy


"Heather" wrote:

I am wondering if anyone can help me. I am trying to create a quote sheet in
Excel. What I am wanting to do is to be able to type a number in the A
column and a decription will appear in the B Column. Example 1 =
Installation. Can anyone tell me how I might do this.

Thank You,
Heather

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 510
Default Please help

Hi Heather,

With a reference table in g1:h10, a lookup function should do the job :
=Vlookup(a1,g1:h10 ,2)

HTH
Cheers
Carim

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



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