INDIRECT() FUNCTION

J

Jay

Sorry: my previous post had a few spelling errors.

I have the following formulas in cells:

CELL A2 = MIN(B1:B50)
CELL A3 = MAX(B1:B50)
CELL A4 = SUM(B1:B50)

Hence, my data is in cell range (B1:B50). But as I add more data I do not
want to change "50" in all the above cells. How do I make these
functions get the value "50" from another cell.

Something like:

CELL A2 = MIN(B1:B & CELL(A1)) where cell A1 will have the value 50.


thanks,
Jay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top