Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 95
Default How do I add iserr or iserror to this

Trying to get rid of the #value to the cells that are not currently populated
in cells with this if statement

=IF(M29-(M29*Disc),M29-(M29*Disc),M29)

Any help would be great

Thanks

--
Neall
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 245
Default How do I add iserr or iserror to this

Presumably, either disc or M29 contains non-numeric (or non-boolean) data.
Does the following fix the problem?

=IF(ISNUMBER(M29*disc),M29-(M29*disc),M29)

--
Steve

"Neall" wrote in message
...
Trying to get rid of the #value to the cells that are not currently
populated
in cells with this if statement

=IF(M29-(M29*Disc),M29-(M29*Disc),M29)

Any help would be great

Thanks

--
Neall


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 95
Default How do I add iserr or iserror to this

Thanks for the suggestion Steve, but it wont work,

I thought this might work
=IF(ISERROR(M29-(M29*Disc),M29-(M29*Disc),M29),"",M29-(M29*Disc),M29-(M29*Disc),M29)

However it keeps telling me that I have to many arguments, I need these
arguments included for other variables involved.

Any other suggestions?

Thanks in advance
--
Neall


"Neall" wrote:

Trying to get rid of the #value to the cells that are not currently populated
in cells with this if statement

=IF(M29-(M29*Disc),M29-(M29*Disc),M29)

Any help would be great

Thanks

--
Neall

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 245
Default How do I add iserr or iserror to this

What values are in M29 and disc?

--
Steve

"Neall" wrote in message
...
Thanks for the suggestion Steve, but it wont work,

I thought this might work
=IF(ISERROR(M29-(M29*Disc),M29-(M29*Disc),M29),"",M29-(M29*Disc),M29-(M29*Disc),M29)

However it keeps telling me that I have to many arguments, I need these
arguments included for other variables involved.

Any other suggestions?

Thanks in advance
--
Neall


"Neall" wrote:

Trying to get rid of the #value to the cells that are not currently
populated
in cells with this if statement

=IF(M29-(M29*Disc),M29-(M29*Disc),M29)

Any help would be great

Thanks

--
Neall


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
Countif IsErr ZTamsen Excel Worksheet Functions 6 April 28th 09 06:42 PM
ISERR Jools Excel Worksheet Functions 7 February 20th 09 12:37 PM
Need for ISERR and ISNA Makes formula too Long [email protected] Excel Worksheet Functions 6 November 19th 07 09:14 PM
What does this function do =+IF(ISERR(F27/G27),0,F27/G27) Trying To Excel Excel Worksheet Functions 6 December 8th 05 06:12 AM
ISERR Chris Lane Excel Worksheet Functions 4 October 2nd 05 07:11 AM


All times are GMT +1. The time now is 12:54 AM.

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

About Us

"It's about Microsoft Excel"