Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have an array of data which goes negative to positive. How do I locate the
first position within that array which is 0 or positive. Note that using MATCH(0,Array.0) does not always work properly. Thanks EM |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() =MIN(IF((A2:A600=0),ROW(A2:A600))) array entered (ctrl+shift+enter) Adjust the formula by adding or subtracting to get the right rel;atoive position as agianst row numbers "ExcelMonkey" wrote: I have an array of data which goes negative to positive. How do I locate the first position within that array which is 0 or positive. Note that using MATCH(0,Array.0) does not always work properly. Thanks EM |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
scan a series of numbers and when it turns postive give me the yea | Excel Worksheet Functions | |||
Find value in array | Excel Worksheet Functions | |||
Showing Negative as Postive | Excel Discussion (Misc queries) | |||
Automate bar chart color based on value postive or negative | Excel Discussion (Misc queries) | |||
reversing signs - making postive a negative number | Excel Worksheet Functions |