+ Reply to Thread
Results 1 to 5 of 5

How to mention row number in the formula

  1. #1
    Registered User
    Join Date
    06-04-2015
    Location
    India
    MS-Off Ver
    2007,2013
    Posts
    63

    How to mention row number in the formula

    Hello Everyone,

    I want to know that how I can mention the row number in the formula.

    Lets say I want to find out the large number in the column, to pick the largest number from the column how I can use the row function along with large function.

    Thanks

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: How to mention row number in the formula

    If you want to find the row number with largest value, try this...

    =match(max(A:A),A:A,0)

    This will only work if there are no duplicates, otherwise it will just find the 1st instance
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    05-09-2015
    Location
    Dhaka, Bangladesh
    MS-Off Ver
    Office2007
    Posts
    47

    Re: How to mention row number in the formula

    You can also try this:

    =ADDRESS(MATCH(MAX(A:A),A:A,0)

    Thanks.

  4. #4
    Registered User
    Join Date
    06-04-2015
    Location
    India
    MS-Off Ver
    2007,2013
    Posts
    63

    Re: How to mention row number in the formula

    Thanks for helping me

    I want to know can I use Large function along with row function if yes so how I can make the formula.

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: How to mention row number in the formula

    Quote Originally Posted by Arpita_Excel View Post
    I want to know can I use Large function along with row function if yes so how I can make the formula.
    Why? what exactly are you trying to do?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 04-02-2015, 09:01 AM
  2. [SOLVED] formula to count how the cells which mention X
    By johnandrews in forum Excel General
    Replies: 5
    Last Post: 04-30-2014, 07:40 AM
  3. Replies: 3
    Last Post: 10-27-2012, 04:16 AM
  4. [SOLVED] how to mention other sheet in macro?
    By john456852 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 09-11-2012, 05:08 PM
  5. [SOLVED] How to mention a range of validation list in VBA?
    By norika in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-15-2005, 08:05 AM

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