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 » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Sorting Information



 
 
Thread Tools Display Modes
  #1  
Old September 3rd, 2008, 06:32 AM posted to microsoft.public.excel.worksheet.functions
jasonharris10
external usenet poster
 
Posts: 1
Default Sorting Information

I will try to explain this as well as I can. I'm mediocre on excel, all self
taught so I'm just fumbling through this.

I have two sheets.

first sheet is the data

3 984 elephants
995 2458 lions
2459 4325 tigers (and so on, for 55 different catagories)


Second sheet

Enter Number Type
1247 lions
????? XXXX


I would like to be able to enter a number in that column (the spot where the
??? are) and the spreadsheet to be able to figure out what should go in XXXXX
spot.

How should I do this?

Thank you
  #2  
Old September 3rd, 2008, 08:53 AM posted to microsoft.public.excel.worksheet.functions
Pete_UK
external usenet poster
 
Posts: 8,780
Default Sorting Information

Suppose your data is in Sheet1 occupying A1:C55, and that you enter
the number into A2 of Sheet2. Put this in B2 of Sheet2:

=IF(A2Sheet1!$A$1,"out of range",VLOOKUP(A2,Sheet1!$A$1:$C$55,3))

You might like to change "out of range" to "" to give a blank cell,
then copy this down as required.

Hope this helps.

Pete


On Sep 3, 6:32*am, jasonharris10
wrote:
I will try to explain this as well as I can. *I'm mediocre on excel, all self
taught so I'm just fumbling through this.

I have two sheets.

first sheet is the data

3 * * * * * 984 * * * * elephants
995 * * * 2458 * * * *lions
2459 * * 4325 * * * *tigers * * * * (and so on, for 55 different catagories)

Second sheet

Enter Number * * *Type
* * 1247 * * * * * * * lions
* * ????? * * * * * * * XXXX

I would like to be able to enter a number in that column (the spot where the
??? are) and the spreadsheet to be able to figure out what should go in XXXXX
spot.

How should I do this?

Thank you


 




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 03:36 AM.


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