+ Reply to Thread
Results 1 to 12 of 12

IF cell is BLANK

  1. #1
    Registered User
    Join Date
    03-07-2018
    Location
    AUSTRALIA
    MS-Off Ver
    2010
    Posts
    11

    IF cell is BLANK

    Hi All,

    I need help with updating below formula. I need another criteria added to with "EMPLOYEE", I need it to look at another column (B)and return value only if its BLANK.


    =IFERROR(INDEX(Data_Entry!$B$3:$B$1000,SMALL(IF(Data_Entry!$A$3:$A$1000="EMPLOYEE",ROW(Data_Entry!$A$3:$A$1000)-ROW($A$3)+1,""),ROWS($A$3:A3))),"")

    File attached. First tab is how data is received, I need values to return in other tabs ie TEMPLATE_employee based on Classification and Sysytem id.

    Thanks!!!
    Last edited by AliGW; 03-15-2018 at 02:06 AM.

  2. #2
    Registered User
    Join Date
    03-07-2018
    Location
    AUSTRALIA
    MS-Off Ver
    2010
    Posts
    11

    Re: IF cell is BLANK - Urgent help plsss

    attachment
    Attached Files Attached Files
    Last edited by anshupillay; 03-12-2018 at 10:34 PM.

  3. #3
    Forum Expert kersplash's Avatar
    Join Date
    11-22-2016
    Location
    Perth
    MS-Off Ver
    Home 2016 (Windows 10)/Work 2013 Pro Plus (Windows 10)
    Posts
    2,012

    Re: IF cell is BLANK - Urgent help plsss

    Withdrawn comment
    Last edited by kersplash; 03-12-2018 at 11:25 PM. Reason: attachment added

  4. #4
    Forum Contributor
    Join Date
    03-22-2017
    Location
    Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    230

    Re: IF cell is BLANK - Urgent help plsss

    please have a more clear description.

    example and desired result (by manual plug in)

  5. #5
    Registered User
    Join Date
    03-07-2018
    Location
    AUSTRALIA
    MS-Off Ver
    2010
    Posts
    11
    Quote Originally Posted by BoredWorker View Post
    please have a more clear description.

    example and desired result (by manual plug in)
    I need values returned on tab 2 based on classification “Employee”&System ID Blank.

  6. #6
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,899

    Re: IF cell is BLANK - Urgent help plsss

    Try this in A3:

    =IFERROR(INDEX(Data_Entry!C:C,SMALL(IF((Data_Entry!$A$2:$A$1000="EMPLOYEE")*(Data_Entry!$B$2:$B$1000=""),ROW(Data_Entry!$A$2:$A$1000),""),ROWS($A$3:A3))),"")

    Array formula, enter with Ctrl+Shift+Enter.

  7. #7
    Registered User
    Join Date
    03-07-2018
    Location
    AUSTRALIA
    MS-Off Ver
    2010
    Posts
    11

    Re: IF cell is BLANK - Urgent help plsss

    Quote Originally Posted by Phuocam View Post
    Try this in A3:

    =IFERROR(INDEX(Data_Entry!C:C,SMALL(IF((Data_Entry!$A$2:$A$1000="EMPLOYEE")*(Data_Entry!$B$2:$B$1000=""),ROW(Data_Entry!$A$2:$A$1000),""),ROWS($A$3:A3))),"")

    Array formula, enter with Ctrl+Shift+Enter.
    HI again,
    Formula is working well however its returning 0 for blank fields. I need output to be blank if Data_Entry is blank. Is there a quick fix for this?? Thanks

  8. #8
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: IF cell is BLANK - Urgent help plsss

    Without going into too much detail on your data, is there a column that you could test to see if the data exists, and if not, just return ""?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  9. #9
    Registered User
    Join Date
    03-07-2018
    Location
    AUSTRALIA
    MS-Off Ver
    2010
    Posts
    11

    Re: IF cell is BLANK - Urgent help plsss

    Quote Originally Posted by FDibbins View Post
    Without going into too much detail on your data, is there a column that you could test to see if the data exists, and if not, just return ""?
    YES, column E (ABN) should return blank for first Employee

  10. #10
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: IF cell is BLANK - Urgent help plsss

    Maybe add a countifs() based on the same criteria?
    =if(countifs(...)=0,"",formula)

  11. #11
    Registered User
    Join Date
    03-07-2018
    Location
    AUSTRALIA
    MS-Off Ver
    2010
    Posts
    11

    Re: IF cell is BLANK - Urgent help plsss

    I cant get it to work

  12. #12
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,899

    Re: IF cell is BLANK - Urgent help plsss

    Quote Originally Posted by anshupillay View Post
    I cant get it to work
    =IFERROR(INDEX(Data_Entry!C:C,SMALL(IF((Data_Entry!$A$2:$A$1000="EMPLOYEE")*(Data_Entry!$B$2:$B$1000=""),ROW(Data_Entry!$A$2:$A$1000),""),ROWS($A$3:A3))),"")&""

+ 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. PLSSS Help, SUMIFS and IF
    By sarahbunny in forum Excel General
    Replies: 7
    Last Post: 11-17-2014, 10:26 PM
  2. Replies: 1
    Last Post: 08-08-2014, 07:53 AM
  3. [SOLVED] Concatenate If Blank - remove blank line if first cell is blank
    By ker9 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-27-2014, 02:14 PM
  4. Replies: 3
    Last Post: 01-23-2014, 12:19 PM
  5. Hello everyone! and help plsss
    By kcgatchi in forum Hello..Introduce yourself
    Replies: 3
    Last Post: 09-20-2012, 07:00 AM
  6. Help Plsss
    By vmadan16 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-06-2006, 08:15 AM
  7. [SOLVED] blank rows filling (Urgent)
    By Lolly in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-20-2006, 07:15 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