Home |
Search |
Today's Posts |
#2
![]() |
|||
|
|||
![]()
Assuming a single-dimension numerical range (vector) like B2:B20 or C2:N2...
=LOOKUP(2,1/(Range0),Range) If the numerical range is a whole column reference, say, A:A from A2 on: =LOOKUP(2,1/(A2:INDEX(A:A,MATCH(9.99999999999999E+307,A:A))0) ,A2:INDEX(A:A,MATCH(9.99999999999999E+307,A:A))) A cell reference can be substituted for the MATCH bit if this bit is put in a cell of its own as a formula. rolan wrote: i want to copy the value in the last cell in a rane of data that is greater than 0 to another cell |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What formula is used for subtracting a range of different cells f. | Excel Worksheet Functions | |||
Formula to count the cells in a range that have a fill color. | Excel Discussion (Misc queries) | |||
Excel - formula to calculate colored fill cells within a range wi. | Excel Worksheet Functions | |||
to copy a formula in cell c1 (+b1/b11) to cells c2-10, how can i . | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |