Excel help please
Results 1 to 11 of 11

Thread: Excel help please

Threaded View

  1. #10
    Join Date
    Sep 2005
    Posts
    223
    I havent looked at your spreadsheet at all
    The link you provided was very good, Except for one thing, if you want it to do nothing if the condition tests true.

    For example
    if(iserr(a division by zero or other bad condition, "", otherwise caclulate it))
    Watch the parenthesis. They are important

    Basically the way the formula work is this:
    If check for an error condition
    What do you want to do if the error condition is true?
    Most likely nothing, so give it a nul string
    Thats ""

    Else, what do you want to do if the error condition is false.
    Like I said, Iserr is a great Excel function. I use it all the time






    Glad it helped
    Last edited by PC Solutions; September 29th, 2005 at 08:48 PM.
    Friends don't let friends use Internet Explorer!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •