Thread
:
search for first value greater than zero in a row
View Single Post
#
2
Posted to microsoft.public.excel.misc
Ardus Petus
external usenet poster
Posts: 718
search for first value greater than zero in a row
=INDEX(J3:U3,1,MATCH(TRUE,J3:U30,0))
This is an array formula, to be validated by Ctrl+Shift+Enter, not just
Enter
HTH
--
AP
"Dave F" a écrit dans le message de news:
...
I have columns headed Jan through Dec, J2:U2
Dollar values are in the rows below this row. The values are either $0 or
greater than $0.
What function would I use to have excel look at a given row, from left to
right, say, J3:U3 and tell me the first dollar value that is greater than
$0?
--
Brevity is the soul of wit.
Reply With Quote
Ardus Petus
View Public Profile
Find all posts by Ardus Petus