+ Reply to Thread
Results 1 to 9 of 9

IF(OR(ISBLANK( formula not working

  1. #1
    Registered User
    Join Date
    01-12-2021
    Location
    South Africa
    MS-Off Ver
    Office 2016
    Posts
    18

    IF(OR(ISBLANK( formula not working

    I have a formula looking up a month name in cell BT3, once cell BU3 reads a month name in BT3 a formula needs to retrieve the data in cell F3. If cell BT3 is blank then BU3 must also be blank. The months is in a array "MTH" which are from January...December.
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,139

    Re: IF(OR(ISBLANK( formula not working

    In BT3, copied down:

    =IF(K3="","",TEXT(K3,"mmmm"))
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Registered User
    Join Date
    01-12-2021
    Location
    South Africa
    MS-Off Ver
    Office 2016
    Posts
    18

    Re: IF(OR(ISBLANK( formula not working

    Hi Glenn

    Thank for the comment i appreciate it. I don't have an issue with cell BT3 though, my issue is when there is a month name in BT3 then cell BU3 must retrieve the data in cell F3.

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,139

    Re: IF(OR(ISBLANK( formula not working

    Ah right so.

    I'd still get rid of the silly values in BS & BT (formulae in place in sheet) and use this in BU:

    =IF(BT3="","",F3)
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    01-12-2021
    Location
    South Africa
    MS-Off Ver
    Office 2016
    Posts
    18

    Re: IF(OR(ISBLANK( formula not working

    Super thanks that works like a charm. I do need to keep the silly data in BS and BT for calculating amount of people that visited a specific course on specific month and year. All data will be in one data base and to make a dashboard i unfortunately need this info.
    Many thanks.

  6. #6
    Registered User
    Join Date
    03-23-2015
    Location
    India
    MS-Off Ver
    MS Office 2007
    Posts
    33

    Re: IF(OR(ISBLANK( formula not working

    Dear Ramirez07,

    You can use the IF formula twice with instead of writing the Cell Value BT3 you have to use (TEXT(K7,"mmmm") in the formula to get the answer.
    I have attached your file with the corrected formula which give right answer in BU3 and BU7. Check the formula in BU3 to BU7 and from there you have just to drag it down.

    Thank you,
    Regards,
    Mukhtar56 (India)
    Attached Files Attached Files

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,139

    Re: IF(OR(ISBLANK( formula not working

    Then back to the first answer, with a tiny tweak:

    =IF(K3="","",F3)

    It still strikes me as odd that you want a year of 1900 in a dashboard!! But whatever floats yur boat!!!

  8. #8
    Registered User
    Join Date
    01-12-2021
    Location
    South Africa
    MS-Off Ver
    Office 2016
    Posts
    18

    Re: IF(OR(ISBLANK( formula not working

    Hi Mukhtar thanks for this and Mr Glenn have also gave me super valuable input, many thanks and all is working like i need it to be.
    Many thanks.

  9. #9
    Registered User
    Join Date
    01-12-2021
    Location
    South Africa
    MS-Off Ver
    Office 2016
    Posts
    18

    Re: IF(OR(ISBLANK( formula not working

    Dear Glenn

    Yeah the 1900 showing was also one of the issues due to the cell reads to an empty cell and therefore give the usual 1900 error, but with the formula you gave me that is sorted out.

+ 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. OFFSET / ISBLANK Not Working in Array Formula??
    By Merf in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-23-2020, 10:02 PM
  2. IF(ISBLANK) formula not working.
    By ezidz in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-19-2020, 01:35 PM
  3. [SOLVED] Isblank not working when formula is inputted - what instead of?
    By jaryszek in forum Excel General
    Replies: 11
    Last Post: 03-20-2019, 03:45 AM
  4. 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
  5. [SOLVED] ISBLANK Formula Kind of Working
    By jetamala in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-16-2016, 03:41 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. 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

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