min & average 52 work sheets all read zero

M

Mike

i need min & average formula for work sheets 1 to 52 the cell im trying to
average or get min is W265 & all read 0% until data is entered for each week
1 to 52 when i try to fomulate i get a value or ref error can any please
help!!!!
 
P

Pete_UK

What formulae have you tried? I would suggest these:

=MIN(Sheet1:Sheet52!W265)

and

=AVERAGE(Sheet1:Sheet52!W265)

but instead of having 0% in those cells on sheets where there is no
data, I would suggest you return an empty string "".

Hope this helps.

Pete
 

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

Average formular 7
Average ? 3
AVERAGE with conditions 2
52 week average based on date 5
Array formula 2
avg, min and max 1
Indirect function 6
Average+if command 9

Top