divide by zero

G

Guest

i have 2 cells: f4 and f8 on status spreadsheet. they may not be populated,
(have a value in the cell), all the time. need a formula that will calculate
when only both of them are populated. and not return a #div/0!, divide by
zero error. when neither or only one of those cells are populated
 
J

joeu2004

belliotb said:
i have 2 cells: f4 and f8 on status spreadsheet. they may
not be populated, (have a value in the cell), all the time.
need a formula that will calculate when only both of them
are populated. and not return a #div/0!, divide by zero error,
when neither or only one of those cells are populated

=if(or(f4="", f8="", f8=0), "", f4/f8)
 
G

Guest

To everyone - Thank you very much. Was running out of time to have my status
sheet ready for todays afternoon meeting. Was being pulled in to many
directions to get my thought processes coordinated. Thanks again! ! !
 

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