+ Reply to Thread
Results 1 to 6 of 6

IF cell ISBLANK/"", then use alternative IF function

  1. #1
    Registered User
    Join Date
    03-13-2020
    Location
    Nunya
    MS-Off Ver
    2016
    Posts
    2

    IF cell ISBLANK/"", then use alternative IF function

    Hello Everyone (first post),

    Long time Excel user getting more advanced with cell logic formulas, need some help please. I'm trying to apply a logic to column 3 cell, which is dependent on logic in the column 2 cell, which will only apply if the cell in column 1 is empty, otherwise, it will populate the info from the cell in column 1 directly to the cell in column 3. My current formula looks like this:

    Cell A3=IF(a1<>"",a1,(=if(a2="no","Not Required", (if(a2="yes", "Required")))))

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,366

    Re: IF cell ISBLANK/"", then use alternative IF function

    Untested, but try:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: IF cell ISBLANK/"", then use alternative IF function

    Hi and welcome to the forum

    Maybe
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    or because you don't have any False parameters pehaps

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  4. #4
    Registered User
    Join Date
    03-13-2020
    Location
    Nunya
    MS-Off Ver
    2016
    Posts
    2

    Re: IF cell ISBLANK/"", then use alternative IF function

    Worked thank you! Problem was in the IFFalse section/area I had too much going on including = and an extra ().

  5. #5
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,366

    Re: IF cell ISBLANK/"", then use alternative IF function

    You're welcome. Thanks for the rep.



    If you are satisfied with the solution(s) provided, please mark your thread as Solved.


    New quick method:
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

    Or you can use this way:

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save


    You may also want to consider thanking those people who helped you by clicking on the little star at the bottom left of their reply to your question.

  6. #6
    Registered User
    Join Date
    07-20-2015
    Location
    NALANDA, BIHAR
    MS-Off Ver
    2010
    Posts
    3

    Re: IF cell ISBLANK/"", then use alternative IF function

    =IF(A1<>"",A1,IF(A2="no","Not Required",(IF(A2="yes","Required",""))))

+ 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. Replies: 6
    Last Post: 06-25-2019, 12:19 PM
  2. Replies: 4
    Last Post: 03-28-2018, 05:15 PM
  3. Formula not working =IF(ISBLANK(N4),"",IF(ISBLANK(N4),"",N4-M4))
    By amthyst826 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-17-2017, 12:26 PM
  4. [SOLVED] Link excel file to workbook "=IF(ISBLANK('Sheet1!A1),"",'Sheet1!A1) " is this reliable?
    By bala04msw in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-29-2016, 05:39 AM
  5. [SOLVED] Writing =IF(ISBLANK($H4), "", VLOOKUP($H4,DCID[#All], 3, FALSE)) to a cell and work
    By smit.etha in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-20-2015, 04:36 PM
  6. [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
  7. Need an Alternative to "Rank" function
    By jscully in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-27-2006, 02:01 PM

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