Help with formula

R

Richard

I need to return a percentage in D1. My problem is. There may be nothing in
one or all the cells but I still need a percentage. I'm using =(A1+B1+C1)/3
if there is something in all 3 cells, but if there is nothing in say A1 I
have to use =(A1+B1+C1)/2 and so on. I keep having to change the formula each
time depending on if there is something or nothing in each cell. Thanks in
Advance!!!
 
R

Richard

Thanks for your help! But I don't think I'm getting the results I need.
Example: These are the results I need.

100.00% 10.00% 10.00% 40.00%
100.00% 10.00% 55.00%
100.00% 100.00%
 
S

Sandy Mann

=SUM(A1:C1)/COUNT(A1:C1)

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
Replace @mailinator.com with @tiscali.co.uk
 

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

Formula Help 2
Format of cell 1
Format of cell 1
Conditional Concatenate? 2
Nested IF Help 3
HOW TO CATCH A DIFFERENT/INCONSISTENT FORMULA 3
Dynamic Sum Array Formula Input Help 3
Subtraction of 2 numbers/cells 3

Top