Error #DIV/0!

T

Tufail

i am using following formula but when my PMTSN range doesn't have any value
then #DIV/0! error is coming out.

=AVERAGEIF(PMTSN,F260,PMTEXR)

thanks in advance.
 
E

Eduardo

Hi,
Try
=if(PMTSN="","",AVERAGEIF(PMTSN,F260,PMTEXR))
If this was helpful please say yes, thanks
 

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

AverageIF 6
How to use AVERAGEIFS for a date range 2
AverageIF with cell refenrence as criteria is not working 4
Averageif help 7
#DIV/0! error 4
Conditional AVERAGEIFS 6
Div / 0 5
#DIV/0! error 1

Top