+ Reply to Thread
Results 1 to 4 of 4

Need cell to be blank incorporated in my if statement

  1. #1
    Registered User
    Join Date
    05-20-2022
    Location
    California
    MS-Off Ver
    365
    Posts
    5

    Need cell to be blank incorporated in my if statement

    Hello!

    This is my current statement: =IF(I55=120,Q55/(120*0.001),IF(I55=208,Q55/(208*SQRT(3)*0.001),IF(I55=480,Q55/(480*SQRT(3)*0.001))))

    I would like to make it so if Q56 is blank, then so will the cell with the formula above. I tried using IF(ISBLANK(Q55),BLANK, *rest of formula*), but that didn't work. Right now, when Q56 if blank, the cell shows #VALUE!, and I just want to clean it up a little and have it blank.

    Any help would be very much appreciated

    Thanks!

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Need cell to be blank incorporated in my if statement

    try... =IF(Q56="","",IF(I55=120,Q55/(120*0.001),IF(I55=208,Q55/(208*SQRT(3)*0.001),IF(I55=480,Q55/(480*SQRT(3)*0.001)))))

    not sure if you want it as =IF(Q55="","" then the rest of the formula that you can drag down?
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Registered User
    Join Date
    05-20-2022
    Location
    California
    MS-Off Ver
    365
    Posts
    5

    Re: Need cell to be blank incorporated in my if statement

    THANK YOU!!!!!!!!! You just made my day

    Appreciate it

  4. #4
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Need cell to be blank incorporated in my if statement

    You’re welcome, glad I was able to help.

+ 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. Format cells based on 2 separate cell data, incorporated into the format
    By Laur_E in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-11-2019, 01:57 AM
  2. [SOLVED] If Statement when Cell is not Blank
    By jdopal1 in forum Excel General
    Replies: 8
    Last Post: 07-10-2017, 08:06 AM
  3. IF Statement to leave cell blank if multiple cells are all blank
    By sweeteri in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-14-2014, 12:02 PM
  4. Incorporated Until empty cell with sum function
    By chaz1010 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-16-2014, 06:11 AM
  5. Replies: 1
    Last Post: 10-09-2013, 11:03 AM
  6. [SOLVED] If statement that copies text from a separate worksheet, or if blank, leaves cell blank.
    By barleycorn in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-22-2012, 12:30 PM
  7. IF statement with time/hour incorporated
    By rhudgins in forum Excel General
    Replies: 2
    Last Post: 02-17-2011, 11:22 AM

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