A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Lookup Formula



 
 
Thread Tools Display Modes
  #1  
Old April 21st, 2010, 05:08 PM posted to microsoft.public.excel.misc
EmilyE
external usenet poster
 
Posts: 4
Default Lookup Formula

I'm not sure if this would be a look up formula, but is there a formula where
I can type in a number in one cell and in the cell next to it, it will pop up
a description that i've written in another cell connected to that number on
another sheet?
  #2  
Old April 21st, 2010, 05:51 PM posted to microsoft.public.excel.misc
trip_to_tokyo[_3_]
external usenet poster
 
Posts: 932
Default Lookup Formula

EXCEL 2007

Please refer to:-

http://www.pierrefondes.com/

Item number 93.

In Sheet1 in cells A2 to A6 entry of any one of these numbers:-

200 / 400 / 500 / 600

- will return, respectively, any one of:-

60 / 10 / 10 / 20

- in cells B2 to B6.

The, "conversion table" is found on Sheet2.

Just amend the Workbook to suit your requirements.

If my comments have helped please hit Yes.

Thanks.












I'm not sure if this would be a look up formula, but is there a formula where
I can type in a number in one cell and in the cell next to it, it will pop up
a description that i've written in another cell connected to that number on
another sheet?

  #3  
Old April 21st, 2010, 06:34 PM posted to microsoft.public.excel.misc
Roger Govier[_8_]
external usenet poster
 
Posts: 338
Default Lookup Formula

Hi Emily

Supposing that your entries are on Sheet2 with a number in column A and
a description alongside that number in column B.

On sheet1, you enter a number in cell A2, then paste this formula in B2
=IF(A2="","",VLOOKUP(A2,Sheet2!A:B,2,0)
Copy down as required
--
Regards
Roger Govier

EmilyE wrote:
I'm not sure if this would be a look up formula, but is there a formula where
I can type in a number in one cell and in the cell next to it, it will pop up
a description that i've written in another cell connected to that number on
another sheet?

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:25 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.