Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
mun04
 
Posts: n/a
Default Name Findout From a interval range


Hiiii
I am facing a silly problem i think u guys are rescue me from that...
My prob like I have two cloum one colum contain Name of person and
another coloum contain their salary.I prepared a interval table contain
4 row according to salary range....I have find the name whos salary has
on the specified range on ist row of interval table....

Can any one giv the idea about that..Perhaps I tried it VLook up
Function...But i faced proble to sort the name from ist colum


--
mun04
------------------------------------------------------------------------
mun04's Profile: http://www.excelforum.com/member.php...o&userid=32145
View this thread: http://www.excelforum.com/showthread...hreadid=518996

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
random1970
 
Posts: n/a
Default Name Findout From a interval range


Here's a simple way around it.

Insert a column before your name and salary columns. This will mean
your names are now in column B and salaries in column C.

In cell A1, type =C1. Fill this down. This copies the salaries into
column A. Use your VLOOKUP function to find a value in column A and
return the name in column B. e.g. If the required salary is in F1,
type =VLOOKUP(F1,$A$1:$B$4,2,true) into F1. The name you want should
appear in F2.

If you don't want the extra column to show, format the font in column A
as white, or just hide the column.


--
random1970
------------------------------------------------------------------------
random1970's Profile: http://www.excelforum.com/member.php...o&userid=32112
View this thread: http://www.excelforum.com/showthread...hreadid=518996

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ardus Petus
 
Posts: n/a
Default Name Findout From a interval range

Without any extra column:

=INDEX($A$1:$A$4,MATCH(F1;$B1:$B4;0))

HTH
--
AP

"random1970" a
écrit dans le message de
...

Here's a simple way around it.

Insert a column before your name and salary columns. This will mean
your names are now in column B and salaries in column C.

In cell A1, type =C1. Fill this down. This copies the salaries into
column A. Use your VLOOKUP function to find a value in column A and
return the name in column B. e.g. If the required salary is in F1,
type =VLOOKUP(F1,$A$1:$B$4,2,true) into F1. The name you want should
appear in F2.

If you don't want the extra column to show, format the font in column A
as white, or just hide the column.


--
random1970
------------------------------------------------------------------------
random1970's Profile:

http://www.excelforum.com/member.php...o&userid=32112
View this thread: http://www.excelforum.com/showthread...hreadid=518996



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
Help with using range names in sum function soteman2005 Excel Worksheet Functions 2 November 28th 05 04:43 PM
Array to named range conversion... i-Zapp Excel Discussion (Misc queries) 4 October 25th 05 09:09 PM
How to Select a relative range with Using "Find" and Offset() Dennis Excel Discussion (Misc queries) 7 July 27th 05 03:57 PM
Can a formula check for a certain value in a range? Lee IT Excel Discussion (Misc queries) 3 April 8th 05 07:36 AM
can a formula check for a certain value in a range? Lee IT Excel Discussion (Misc queries) 1 April 7th 05 04:31 PM


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