ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Formula problem (https://www.excelbanter.com/excel-worksheet-functions/145804-formula-problem.html)

Computer geek

Formula problem
 
I have a problem somewhere in this formula but I can't determine
whe

=IF(ISERROR(ROUNDUP(AVERAGE(J5:M5),0)),0, ROUNDUP(AVERAGE(I5:L5),0))

If there isn't an error it should return the average of J5:M5 but its
always returning the average of I5:L5 and I dont know why. Can someone
help?


bj

Formula problem
 
you you told it to return that value

=IF(ISERROR(ROUNDUP(AVERAGE(J5:M5),0)),0, ROUNDUP(AVERAGE(J5:M5),0))
is probably what you want





or

=IF(ISERROR(ROUNDUP(AVERAGE(J5:M5),0)),0, ROUNDUP(AVERAGE(J5:M5),0))


"Computer geek" wrote:

I have a problem somewhere in this formula but I can't determine
whe

=IF(ISERROR(ROUNDUP(AVERAGE(J5:M5),0)),0, ROUNDUP(AVERAGE(I5:L5),0))

If there isn't an error it should return the average of J5:M5 but its
always returning the average of I5:L5 and I dont know why. Can someone
help?



Teethless mama

Formula problem
 
=IF(ISERROR(ROUNDUP(AVERAGE(J5:M5),0)),ROUNDUP(AVE RAGE(I5:L5),0),ROUNDUP(AVERAGE(J5:M5),0))


"Computer geek" wrote:

I have a problem somewhere in this formula but I can't determine
whe

=IF(ISERROR(ROUNDUP(AVERAGE(J5:M5),0)),0, ROUNDUP(AVERAGE(I5:L5),0))

If there isn't an error it should return the average of J5:M5 but its
always returning the average of I5:L5 and I dont know why. Can someone
help?



Computer geek

Formula problem
 
On Jun 8, 11:58 am, Teethless mama
wrote:
=IF(ISERROR(ROUNDUP(AVERAGE(J5:M5),0)),ROUNDUP(AVE RAGE(I5:L5),0),ROUNDUP(AV*ERAGE(J5:M5),0))



"Computer geek" wrote:
I have a problem somewhere in this formula but I can't determine
whe


=IF(ISERROR(ROUNDUP(AVERAGE(J5:M5),0)),0, ROUNDUP(AVERAGE(I5:L5),0))


If there isn't an error it should return the average of J5:M5 but its
always returning the average of I5:L5 and I dont know why. Can someone
help?- Hide quoted text -


- Show quoted text -


Thank you


Computer geek

Formula problem
 
On Jun 8, 11:58 am, Teethless mama
wrote:
=IF(ISERROR(ROUNDUP(AVERAGE(J5:M5),0)),ROUNDUP(AVE RAGE(I5:L5),0),ROUNDUP(AV*ERAGE(J5:M5),0))



"Computer geek" wrote:
I have a problem somewhere in this formula but I can't determine
whe


=IF(ISERROR(ROUNDUP(AVERAGE(J5:M5),0)),0, ROUNDUP(AVERAGE(I5:L5),0))


If there isn't an error it should return the average of J5:M5 but its
always returning the average of I5:L5 and I dont know why. Can someone
help?- Hide quoted text -


- Show quoted text -


thank you



All times are GMT +1. The time now is 04:52 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com