Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
A formula delivers a result 0 or 1 in certain conditions in all the cells in
a coluumn. I need to start scanning from row 1 to bypass the initial 0 value cells to reach the first positive value in the column. How do I do it? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=INDEX(L1:L20,MIN(IF(L1:L200,ROW(L1:L20))))
-- Don Guillett Microsoft MVP Excel SalesAid Software "a m spock" wrote in message ... A formula delivers a result 0 or 1 in certain conditions in all the cells in a coluumn. I need to start scanning from row 1 to bypass the initial 0 value cells to reach the first positive value in the column. How do I do it? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dont forget to array enter using ctrl+shift +enter
-- Don Guillett Microsoft MVP Excel SalesAid Software "a m spock" wrote in message ... A formula delivers a result 0 or 1 in certain conditions in all the cells in a coluumn. I need to start scanning from row 1 to bypass the initial 0 value cells to reach the first positive value in the column. How do I do it? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Subtracting positive amts from negative and positive from positive | Excel Worksheet Functions | |||
Smallest positive value | Excel Discussion (Misc queries) | |||
Sum only positive | Excel Worksheet Functions | |||
positive value | Excel Programming | |||
Formula to make Negative Values Positive & Positive Values Negative? | Excel Discussion (Misc queries) |