Dynamic variable in formula ?

  • Thread starter Thread starter engteng
  • Start date Start date
E

engteng

C1 = 5
Sum(A1:A{value from cell C1})

How do I assign 5 from cell C1 in above formula ?


Regards,
Tee
 
=SUM(A1:INDEX(A:A,C1))

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
=SUMPRODUCT(--('Raw Data'!$E1:$E65535<=4))

How do I change the 65535 in above formula to dynamic variable?

Regards,
Tee
 
Use my suggestion


--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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