Quantcast
Channel: Active questions tagged row - Stack Overflow
Viewing all articles
Browse latest Browse all 447

Excel Formula problem not returning reference of last row of a table

$
0
0

i have a problema whit a formula to get the reference of the first and last row of a table.

i have create a table named "Income" that table start at row 10 and end at row 12

in a cell i use this formula to get the reference of the first row of the table:

=MIN(ROW(Income))

in a second cell i use this formula to get the reference of the last row of the table:

=MAX(ROW(Income))

The first formula return me the number 10 that is correct becouse the first row of the table start at row 10.

The second formula return me te number 10 too that is not correct becouse the last row of the table is at row 12.

Add the screenshot of the tableenter image description here

i don't understand why the two different formulas give me the same result?


Viewing all articles
Browse latest Browse all 447

Trending Articles