+ Reply to Thread
Results 1 to 3 of 3

Nested IF Statement Help Pls

  1. #1
    Registered User
    Join Date
    04-20-2011
    Location
    CA
    MS-Off Ver
    Excel 2003
    Posts
    44

    Nested IF Statement Help Pls

    Hi,
    I was hoping someone can help me write a formula for the below:
    If cell A1 is blank, then “No Data” else A1*B1. But if A1*B1 is error, then “Infinite”


    Thanks
    Gautam

  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094

    Re: Nested IF Statement Help Pls

    Hi,

    Try,

    =IF(A1="","No Data",IF(ISERROR(A1*B1),"Infinite",A1*B1))

    HTH
    Steve

  3. #3
    Registered User
    Join Date
    04-20-2011
    Location
    CA
    MS-Off Ver
    Excel 2003
    Posts
    44

    Re: Nested IF Statement Help Pls

    Thanks Steve, it works !

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1