+ Reply to Thread
Results 1 to 3 of 3

IF function formula that includes leaving the cell blank if the range column has no data

Hybrid View

  1. #1
    Registered User
    Join Date
    10-16-2021
    Location
    Bristol
    MS-Off Ver
    MS Office 365
    Posts
    20

    IF function formula that includes leaving the cell blank if the range column has no data

    hello can im trying to create a formula for below example:

    If M2 is lower than or equal to the number 22 then the result should show as the 60% figure. Next if M2 is higher than or equal to the number 23 the result should show as 70%. What I also need it to do is stay blank if I have not yet put data in M2.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,173

    Re: IF function formula that includes leaving the cell blank if the range column has no da

    =if( m2 = "", "" , if( m2 < = 22 , 0.6, 0.7))
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    31,169

    Re: IF function formula that includes leaving the cell blank if the range column has no da

    Try

    =IF(M2="","",IF(M2<=22,0.6,0.7))
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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. Using TODAY Date Function in formula and leaving cell blank until needed.
    By slugger23 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-14-2016, 05:04 PM
  2. Replies: 11
    Last Post: 09-15-2014, 02:36 AM
  3. [SOLVED] Leaving cell with formula blank until data is entered.
    By Marley04 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-12-2013, 09:17 PM
  4. [SOLVED] Leaving a Cell Blank and Sumproduct Function
    By jaclrsen in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-05-2012, 09:23 AM
  5. Function to Sum a range, not leaving a formula in cell?
    By Disquette in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-29-2011, 10:29 PM
  6. Replies: 2
    Last Post: 07-28-2011, 07:00 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