Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Do you mean there are multiple instances of "Fred" and you want to find the
last instance? What exactly do you want to do when you find the last instance? ...........A..........B 1.....Fred.......10 2.....Biff.........22 3.....Fred.......17 4.....Fred.......11 5.....Lisa........50 This formula finds the last instance of "Fred" and returns the corresponding value from column B: =LOOKUP(2,1/(A1:A5="Fred"),B1:B5) -- Biff Microsoft Excel MVP "nastech" wrote in message ... hi, am wondering how to find the last copy of a text in a column, e.g.: "fred" any ideas? thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find text and copy and move row containing it | Excel Discussion (Misc queries) | |||
copy and pasting a find all list into another column | Excel Discussion (Misc queries) | |||
To copy values in a column relevant to text in an adjacent column? | Excel Worksheet Functions | |||
Excel find text and copy rows | Excel Discussion (Misc queries) | |||
Find text in cell, copy row to new sheet | Excel Discussion (Misc queries) |