Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way (array-entered: CTRL-SHIFT-ENTER or CMD-RETURN):
=MATCH(TRUE,ISNUMBER(B55:IV55),FALSE) However, I'd also recommend trapping those errors - in general leaving "expected" errors is a bad idea - it leads to missing real logic, business or data entry errors. In article , ut_libet wrote: I need to find the location of the first cell in a row containing a number. (Cells that are not numbers are #N/A, #VALUE!, or #REF! errors). For instance, I need to look in B55:IV55 to find the location of the first number, left-to-right. If the first number is in B55 I want a 1, or if it's in C55 I want a 2, or if it's in D55 I want a 3, etc.. How can I use MATCH (or any other function) to return the relative cell location if it there can be any number in the cell? Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unknown number format | Excel Worksheet Functions | |||
Formula's dealing with unknown number of rows | Excel Discussion (Misc queries) | |||
How can I match a random number with closest number from sequence? | Excel Worksheet Functions | |||
Dividing by unknown to get a number | Excel Worksheet Functions | |||
How to Calculate an unknown number? | Excel Worksheet Functions |