Using formula results as values in other formulae

  • Thread starter Thread starter CreepinJesus
  • Start date Start date
C

CreepinJesus

This probably can't be done, but if it can then please help :) :

I need to use a result from one formula in a range in another formula.
For example, a COUNT formula gives a value of 16, and I need another
formula to use the range 'A2:A16' (the 16 here coming from the COUNT
formula). So if this works in any way - how :(? (If it needs to be a
macro then that should be ok)
 
If your COUNT formula is in C2, for example, you could have a formula in
another cell such as

=SUM(A2:INDIRECT("A"&C2))

Hope this helps,

Hutch
 

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

Back
Top