Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
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(A2<Sheet1!$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


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
Sorting information CraigMacE Excel Worksheet Functions 1 August 27th 08 02:30 AM
Sorting a column of information Todd Allen Excel Discussion (Misc queries) 2 March 5th 08 08:46 PM
Sorting Subtotaled information chris Excel Discussion (Misc queries) 3 October 4th 07 10:32 PM
formula help, sorting information foamcows Excel Worksheet Functions 1 January 2nd 06 11:30 PM
sorting information on a template. Wendy Excel Discussion (Misc queries) 1 August 13th 05 12:31 AM


All times are GMT +1. The time now is 01:22 AM.

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"