ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   cell returns wrong value (https://www.excelbanter.com/excel-worksheet-functions/105480-cell-returns-wrong-value.html)

garyww

cell returns wrong value
 
1 Attachment(s)
I have the cell return wrong value

ie. M cell returns #VALUE!
where M cell forumla is =SUM(I2*AU2)
I2= 20871

and
AU2 cell is no value pluged in"
where AU2
=IF(ISERROR((AM2/(AG2+AJ2+AM2)*AD2)*A2*1.05/840/AL2), "",ROUND((AM2/(AG2+AJ2+AM2)*AD2)*A2*1.05/840/AL2,3))


Now, I do not want the M cell returns with #VALUE!, i want it blank or if the
future there is a value in AU2, it returns a correct number.

thanks
gar
email:

Fred Smith

cell returns wrong value
 
Use:

=if(iserror(i2*au2),"",i2*au2)

--
Regards,
Fred


"garyww" wrote in message
...

I have the cell return wrong value

ie. M cell returns #VALUE!
where M cell forumla is =SUM(I2*AU2)
I2= 20871

and
AU2 cell is no value pluged in"
where AU2
=IF(ISERROR((AM2/(AG2+AJ2+AM2)*AD2)*A2*1.05/840/AL2),
"",ROUND((AM2/(AG2+AJ2+AM2)*AD2)*A2*1.05/840/AL2,3))


Now, I do not want the M cell returns with #VALUE!, i want it blank or
if the
future there is a value in AU2, it returns a correct number.

thanks
gar
email:


+-------------------------------------------------------------------+
|Filename: 經緯紗用量計算.zip|
|Download: http://www.excelbanter.com/attachment.php?attachmentid=75|
+-------------------------------------------------------------------+



--
garyww





All times are GMT +1. The time now is 01:51 AM.

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