+ Reply to Thread
Results 1 to 3 of 3

IF + OR formula using ISNA

  1. #1
    Registered User
    Join Date
    10-31-2006
    Posts
    61

    IF + OR formula using ISNA

    Hi All,

    I am working in a program called Xcelsius which does not accept the "IFERROR" formula, as a work around I am using "ISNA" I guess the best way to indicate what I am attempting to do is to write it out in english since apparently I can't get the formula to work

    In the attached in cell A21 I select a particular organization and what I need to happen is that if there is data in the area of A4:P17 for that particular org for that particular month give me the data based upon an HLOOKUP, but if there is no data leave it blank. What I am getting stumped on is that in addition to this formula I also need it to leave cells blank if that month is not available. In my example I only have data through the month of May so if there is no data I need that to be blank as well.
    For this example if the formula was working correctly, I would envision that when I select “AJ” in cell A21 I would get blanks for every month since there is no actuals, however if I select “NE” in A21 and my month was toggled to April (7th month in a fiscal year) I would see actuals through April and blanks for May through September. I seem to have the first part of it working the (the NE piece) but when I toggle AJ, I only get #N/A.

    Any assistance is appreciated.


    Thx.

    Chris
    Attached Files Attached Files
    Last edited by waternut; 06-24-2013 at 10:24 AM.

  2. #2
    Forum Expert p24leclerc's Avatar
    Join Date
    07-05-2010
    Location
    Québec
    MS-Off Ver
    Excel 2021
    Posts
    2,081

    Re: IF + OR formula using ISNA

    I think you have to change your formula in cell B22 to this one and copy along your columns
    Please Login or Register  to view this content.
    Pierre Leclerc
    _______________________________________________________

    If you like the help you got,
    Click on the STAR "Add reputation" icon at the bottom.

  3. #3
    Registered User
    Join Date
    10-31-2006
    Posts
    61

    Re: IF + OR formula using ISNA

    Thanks P24leclerc!!! This worked, just in reverse. As indicated this formula will return blanks for months through April and then give me values for May through Sept. I just changed the greater than to a less than and it worked perfect!!!
    This is what I ended up with, IF(OR($I$1<(B$20-3),ISNA(HLOOKUP($A$21,$A$4:$Q$17,B19,FALSE))),"0",HLOOKUP($A$21,$A$4:$Q$17,B19,FALSE))

+ 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