+ Reply to Thread
Results 1 to 10 of 10

formule that will show the lowest salary

  1. #1
    Registered User
    Join Date
    05-30-2012
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    5

    formule that will show the lowest salary

    Hi there. I hope u can help me. I have a question about list of excel. it has a name list and that has many salaries. I have to create a formule that will show the lowest salary which show the name of it.
    it will find the lowest salary and it will show the salary which has it. Thanx for ur helping
    Last edited by arlu1201; 05-30-2012 at 07:51 AM.

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: formule that will show the lowest salary

    Why dont you attach a sample file?
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    05-30-2012
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: formule that will show the lowest salary

    i couldnt find how to attach the file here. Can u help me to attact the file or if u understand me plz explain how to create a formule that i need

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: formule that will show the lowest salary

    Hi

    With your nanes in Column A & Salaries in column B, try this.

    =INDEX(A1:A100,MATCH(MIN(B1:B100),B1:B100,0))
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  5. #5
    Registered User
    Join Date
    05-30-2012
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: formule that will show the lowest salary

    i attached. Can u check it
    Attached Files Attached Files

  6. #6
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: formule that will show the lowest salary

    Try the formula in post 4. I tried it and it works great.

  7. #7
    Registered User
    Join Date
    05-30-2012
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: formule that will show the lowest salary

    i tried but it doesnt work pls try this on my file and check it.

  8. #8
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: formule that will show the lowest salary

    Thanks Arlette!

    By the way, which column is Salary Column?

  9. #9
    Registered User
    Join Date
    05-30-2012
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: formule that will show the lowest salary

    salaries are in Column K but i heard something about this kind of formule. It is if we have same salaries between 2 persons that wont work it. So i tried this in Column A as different numbers

  10. #10
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: formule that will show the lowest salary

    This is the formula you need

    =INDEX($B$2:$B$36,MATCH(MIN(K2:K36),K2:K36,0))

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1