+ Reply to Thread
Results 1 to 3 of 3

using AND with IF(ISNA...

  1. #1
    Registered User
    Join Date
    06-11-2012
    Location
    grass valley ca usa
    MS-Off Ver
    Excel 2010
    Posts
    5

    using AND with IF(ISNA...

    Hello, I’m using the great formula (which looks at an array and returns the unique values) and I added ISNA to remove the NA’s due to blanks – still works great. What I need to do (I think) is add an AND so that I can add some criteria to this IF(ISNA. Any Ideas?
    =IF(ISNA(INDEX(CALCULATION!$D$3:$D$1001, MATCH(0, COUNTIF($A$1:A1, CALCULATION!$D$3:$D$1001),0))),"",INDEX(CALCULATION!$D$3:$D$1001, MATCH(0, COUNTIF($A$1:A1, CALCULATION!$D$3:$D$1001),0)))
    -Thanks, Ron M.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,794

    Re: using AND with IF(ISNA...

    What other criteria do you want to add?

    Pete

  3. #3
    Registered User
    Join Date
    06-11-2012
    Location
    grass valley ca usa
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: using AND with IF(ISNA...

    This formula is looking at another sheet named (CALCULATION) which contains all USERS. On that “calculation” sheet I’ve got logic that does a VLOOKUP on the users (that I don’t want to see) and doesn’t print their daily cash collections based on the VLOOKUP (because I don’t want to see their totals). So I was thinking that if I look at one of the fields on the calculation sheet that doesn’t get populated (because of the VLOOKUP), then I could get this formula to INGORE that user.
    I was thinking IF(AND(S3=””,ISNA(INDEX… But that doesn’t work. I don’t know what the hell I’m doing…

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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