Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Google Sheets use formula results in another formula

Is there any way to get the value from a cell that has a formula in it to be used in another formula?

https://docs.google.com/spreadsheets/d/1jkRAY0REiVHh7jN00Qtsa_OKiGObhHXYRF-qMxyk-r8/edit?usp=sharing

If you check cell D1, it has 0 in it I assume because it cannot get the value from the if() function in the formula for the range.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Thank you!

>Solution :

try:

=SUMPRODUCT(B1:B50)

or:

=INDEX(SUM(B1:B50*1))

or change your IF to:

=IF(A1 < TODAY(), 2500, 0)

tho B1 should be:

=INDEX(IF(A1:A="",,IF(A1:A < TODAY(), 2500, 0)))
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading