+ Reply to Thread
Results 1 to 2 of 2

Formula to display blank if 2 cells are blank

  1. #1
    Forum Contributor
    Join Date
    10-02-2013
    Location
    Houston, TX
    MS-Off Ver
    office 365
    Posts
    638

    Formula to display blank if 2 cells are blank

    I have a formula in Cell (F11) that looks to see if (A8) is blank & if so - returns a blank, But I would like it to also if the other Cell happens to be blank to also return the destination cell blank.

    If (A8) blank & (F4) Not return blank - no calculation

    If (A8) Not Blank & (F4) blank - no calculation

    Both Cells Have there proper #'s return Calculation

    right now I have it to where it just checks to see if (A8) is blank




    =IF(OR('Job Ticket'!A8=""),"",F4-'Job Ticket'!A8+1)

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Formula to display blank if 2 cells are blank

    Looks like you only want to return the calculation if both values have been entered

    Try

    =IF(OR('Job Ticket'!F4="",'Job Ticket'!A8=""),"",calculation)

    where calculation is your calcaulation
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ 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: 11
    Last Post: 09-15-2014, 02:36 AM
  2. Replies: 4
    Last Post: 06-24-2013, 07:17 AM
  3. Replies: 3
    Last Post: 05-06-2013, 04:03 PM
  4. Replies: 1
    Last Post: 05-06-2013, 03:20 PM
  5. Formula to display location of blank cells?
    By dmpiq in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-03-2008, 05:30 AM

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