![]() |
|
#1
|
|||
|
|||
|
I have a defined range (see attached)
In column L, the values will gradually change in value, going from negative to positive. I want to identify the first row in that column (L) that is not negative and return the value in column A for that row |
|
#2
|
|||
|
|||
|
The first non-negative number is L34 ?????
|
|
#3
|
||||
|
||||
|
Pictures are of little value as we cannot manipulate data in picture. Please attach a workbook that we can use to test our proposed solutions.
__________________
Alan עַם יִשְׂרָאֵל חַ Using O365 v2511 |
|
#4
|
|||
|
|||
|
Add (hidden) columns into your Named Range with formulas like
Code:
ColumnRowNo = ROW()-HeaderRowNo and PositCnt=COUNTIFS(ColumnLDatarange,">0",ColumnRowNo,"<=" & [@ColumnRowNo] Code:
=INDEX(ColumnADatarange, SUMIFS(ColumnRowNo,PositCnt,1)) |
|
#5
|
|||
|
|||
|
=index(a1:a100,match(1,--(l1:l100>0),0))
|
|
#6
|
||||
|
||||
|
I100>=0 perhaps since 0 is also not negative
|
|
#7
|
|||
|
|||
|
Many thanks for the support everybody.
It's working now |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Assistance with formula please
|
MsMagnolia | Excel | 3 | 03-31-2022 02:28 PM |
| Formula Assistance Required | mfolland | Excel | 1 | 04-16-2019 05:21 PM |
Need assistance with multiple IF argument formula
|
Btrrcup610 | Excel | 1 | 02-25-2016 11:14 AM |
| Assistance with Word 2010 If formula | ciresuark | Word | 1 | 03-09-2015 12:57 PM |
Formula assistance please
|
blazzercat | Excel | 2 | 07-08-2009 08:45 AM |