Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi!
how can i make this formula to return the leftmost number only? this is an array formula =INDEX(A6:AA6,,MIN(IF(A6:AA6<"",COLUMN(A6:AA6)))) Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this array formula** :
=INDEX(A6:AA6,MATCH(TRUE,ISNUMBER(A6:AA6),0)) ** array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT key then hit ENTER. -- Biff Microsoft Excel MVP "sandy" wrote in message ... Hi! how can i make this formula to return the leftmost number only? this is an array formula =INDEX(A6:AA6,,MIN(IF(A6:AA6<"",COLUMN(A6:AA6)))) Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I click on a telephone number in an Excel 2002 spreadsheet, and have the number dialed? | Excel Discussion (Misc queries) | |||
How to calculate number of occurencies of a specific number number | Excel Discussion (Misc queries) | |||
Vlookup Question - Reffering to a column other than the leftmost? | Excel Discussion (Misc queries) | |||
vlookup- is a must that lookup value should be the leftmost colum? | Excel Discussion (Misc queries) | |||
Rounding a number to a multiple quantity that adds to a fixed total number | Excel Worksheet Functions |