Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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: |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lookup Data in two seperate Spreadsheets | Excel Worksheet Functions | |||
Compiling macro based on cell values | Excel Discussion (Misc queries) | |||
Help with this conditional IF statement | Excel Discussion (Misc queries) | |||
VLOOKUP using a cell calculated with NOW returns Error | Excel Worksheet Functions | |||
Possible Lookup Table | Excel Worksheet Functions |