Can someone help me write a statement that identifies the first numeric value in row 3 (8.56)?
Thanks
Can someone help me write a statement that identifies the first numeric value in row 3 (8.56)?
Thanks
Last edited by rhudgins; 06-08-2010 at 11:07 AM.
Try:
=INDEX(C3:Q3,MATCH(TRUE,INDEX(ISNUMBER(C3:Q3),0),0))
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Thanks. How can I change it to search every column in row 3 rather then stop at column Q?
Try:
=INDEX(3:3,MATCH(TRUE,INDEX(ISNUMBER(3:3),0),0))
thanks. perfect!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks