Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 10
Default cell returns wrong value

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:
Attached Files
File Type: zip 經緯紗用量計算.zip (86.6 KB, 99 views)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 623
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Lookup Data in two seperate Spreadsheets Padraig Excel Worksheet Functions 6 June 28th 06 03:05 PM
Compiling macro based on cell values simonsmith Excel Discussion (Misc queries) 1 May 16th 06 08:31 PM
Help with this conditional IF statement C-Dawg Excel Discussion (Misc queries) 3 May 15th 06 06:01 PM
VLOOKUP using a cell calculated with NOW returns Error Chris Berding Excel Worksheet Functions 2 August 21st 05 03:22 AM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM


All times are GMT +1. The time now is 10:57 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"