Average Formula

M

MrJim005

I need a formula that averages A1 through A31 and need to ignore blank cells
in that range that contain formulas that reference data from other sheets. I
need it only to average them once they populate with data. Thank you if this
is possible.



Thank You
 
P

Peo Sjoblom

Average ignore blank cells, if the linked formulas return zero when empty
change the formula to

=other_sheet_cell="","",formula_with_other_sheet_cell))

--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey
 
D

Dave Peterson

I think you dropped an =if(

=if(other_sheet_cell="","",formula_with_other_sheet_cell)

Like:
=if(sheet1!a1="","",sheet1!a1)
 

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

Similar Threads


Top