Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula problem | Excel Worksheet Functions | |||
Formula Problem | Excel Discussion (Misc queries) | |||
Help! Formula problem | Excel Discussion (Misc queries) | |||
problem with formula | Excel Discussion (Misc queries) | |||
problem with formula | Excel Discussion (Misc queries) |