+ Reply to Thread
Results 1 to 9 of 9

Help with Index/ISBLANK

  1. #1
    Registered User
    Join Date
    05-20-2015
    Location
    United Kingdom
    MS-Off Ver
    2003
    Posts
    34

    Question Help with Index/ISBLANK

    Hi,

    I've got an issue with my formula and I am struggling to find solutions on the internet on how to do this correctly, would really appreciate some help.

    A14 =IF(ISBLANK(Suppliers!B3:G21)," ",INDEX(Suppliers!F$3:F$187,MATCH($A$9,Suppliers!$A$3:$A$180,0)))

    I use the formula to index and match data on another table, but the ISBLANK isn't working as I would like it too.

    Is there a way I can change my formula so that if there is nothing in CleaningCo's Line5 for example instead of the formula returning with a zero it would return empty/blank. I know how to do it for a single cell but not with a range.

    I am unsure if I have explained this very well, but if anyone could help that would be great, I've attached a copy of my spreadsheet.

    Gus
    Attached Files Attached Files

  2. #2
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Help with Index/ISBLANK

    If I understand well:
    =IF(ISBLANK(Suppliers!B3:G7)," ",IF(INDEX(Suppliers!F$3:F$270,MATCH($A$9,Suppliers!$A$3:$A$200,0))=0,"",INDEX(Suppliers!F$3:F$270,MATCH($A$9,Suppliers!$A$3:$A$200,0))))

  3. #3
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,447

    Re: Help with Index/ISBLANK

    Don't exactly understand what you are trying to do but to check if a range is empty something like =IF(COUNTBLANK(C3:G3)=COLUMNS(C3:G3),..... should help

  4. #4
    Registered User
    Join Date
    10-17-2014
    Location
    phoenix
    MS-Off Ver
    2010
    Posts
    5

    Re: Help with Index/ISBLANK

    You can also employ COUNTA, which counts cells that are NOT blank.

  5. #5
    Registered User
    Join Date
    05-20-2015
    Location
    United Kingdom
    MS-Off Ver
    2003
    Posts
    34

    Re: Help with Index/ISBLANK

    Quote Originally Posted by sandy666 View Post
    If I understand well:
    =IF(ISBLANK(Suppliers!B3:G7)," ",IF(INDEX(Suppliers!F$3:F$270,MATCH($A$9,Suppliers!$A$3:$A$200,0))=0,"",INDEX(Suppliers!F$3:F$270,MATCH($A$9,Suppliers!$A$3:$A$200,0))))
    Thank you! That's exactly what I was trying to do, I did come across a thread similar to this one, but I did not know how to apply the code someone suggested to my formula. Thanks again.

    Quote Originally Posted by Pepe Le Mokko View Post
    Don't exactly understand what you are trying to do but to check if a range is empty something like =IF(COUNTBLANK(C3:G3)=COLUMNS(C3:G3),..... should help
    Thank you also for the reply, I am still fairly new to formulas in excel, I manage to find most answers on google but I was struggling a bit with this one.

  6. #6
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Help with Index/ISBLANK

    Glad to help.
    If problem is resolved mark thread as solved. Thank you

  7. #7
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,447

    Re: Help with Index/ISBLANK

    FYI COUNTBLANK counts "real" empty cells and cells seemingly blank ( containing the null text string "")

    ISBLANK does not recognize "" as an empty cell

  8. #8
    Registered User
    Join Date
    02-20-2010
    Location
    Tokyo, Japan
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Help with Index/ISBLANK

    Hi,

    I also have a similar problem. Below is the original formula:
    CELL L8 =INDEX('OCAS OCIS'!$R$2:$R$3232,MATCH('6 Short Recipes'!$C8,'OCAS OCIS'!$A$2:$A$3232,0))

    IF Cell K8 is blank, execute the above formula =INDEX('OCAS OCIS'!$R$2:$R$3232,MATCH('6 Short Recipes'!$C8,'OCAS OCIS'!$A$2:$A$3232,0))
    but if cell K8 is not blank change the write "O" in cell L8.

    I have tried this formula but it doesn't work, what am I doing wrong?
    Cell L8 =IF(ISBLANK($K8),INDEX('OCAS OCIS'!$R$2:$R$3232,MATCH('6 Short Recipes'!$C8,'OCAS OCIS'!$A$2:$A$3232,0)),"O")

  9. #9
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Help with Index/ISBLANK

    @skaffapingvin

    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. ISBLANK help
    By Will71937193 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-10-2015, 06:55 PM
  2. [SOLVED] IF formula not working =IF(NOT(ISBLANK(M3)),"",IF(ISBLANK(L3),"",TODAY()-L3))
    By amthyst826 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-06-2014, 02:37 PM
  3. wrong in ARRAY INDEX,IF, ISBLANK Formula
    By paradise2sr in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-10-2013, 02:35 AM
  4. Help with ISBLANK function referring to a cell with another ISBLANK formula
    By camdameron in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-23-2011, 12:45 PM
  5. If, Isblank, ???
    By siesta snowbird in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-06-2007, 10:55 AM
  6. [SOLVED] If(ISBLANK)
    By Blue Hornet in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-06-2005, 07:05 AM
  7. [SOLVED] If(ISBLANK)
    By Bill R in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-13-2005, 01:05 PM

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