+ Reply to Thread
Results 1 to 4 of 4

Find last specified value in a row...and some

  1. #1
    Registered User
    Join Date
    12-21-2017
    Location
    UK
    MS-Off Ver
    2016
    Posts
    2

    Find last specified value in a row...and some

    Apologies if this has been covered before and I'm having trouble finding help elsewhere.

    I have rows of integers and want to find the minimum value from the final appearance of specified value eg
    Row is 3 5 7(A) 6 3 7(B) 5 4 3 6
    So I want to find the minimum value from 7(B) i.e. the last appearance of integer 7 - so I'm looking for the 3 in the 9th column.
    Any help much appreciated

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,065

    Re: Find last specified value in a row...and some

    Are the values on the row 7(A) and 7(B) or simply 7 ?
    Consequently the value you are searching for is it 7(A) or simply 7 ?

    What happens if there is more than one minimum value on the row, ie instead of 5 4 3 6 you have 5 3 3 6 ? Is this likely to happen and what sort of output would you expect in this instance?
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,065

    Re: Find last specified value in a row...and some

    Here you go

    =MIN(IF(COLUMN(A1:J1)>MAX(IF(A1:J1=8,COLUMN(A1:J1))),A1:J1))
    Array formula, use Ctrl-Shift-Enter

  4. #4
    Registered User
    Join Date
    12-21-2017
    Location
    UK
    MS-Off Ver
    2016
    Posts
    2

    Re: Find last specified value in a row...and some

    Thanks Special-K
    Sorry I hadn't replied to your first post but you sorted it out (yes all figures are simple integers and I need the min irrespective of how many duplicates there are (its a golf related spreadsheet!).
    I haven't had a moment to add it to my worksheet yet but I'm sure it will do the job...and I will try to understand the logic!
    Many thanks.

+ 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: 1
    Last Post: 04-10-2017, 03:33 PM
  2. Replies: 3
    Last Post: 08-18-2015, 09:04 AM
  3. Replies: 9
    Last Post: 12-21-2014, 06:29 PM
  4. Replies: 4
    Last Post: 09-18-2012, 10:54 AM
  5. Find Macro With Userform - To find a data across multiple tabs in excel
    By Testify in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 03-15-2012, 04:49 PM
  6. [SOLVED] Despite data existing in Excel 2002 spreadsheet Find doesn't find
    By AnnieB in forum Excel General
    Replies: 1
    Last Post: 06-15-2006, 09:15 PM
  7. Replies: 1
    Last Post: 01-31-2006, 06:25 PM

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