+ Reply to Thread
Results 1 to 5 of 5

If cell is 65% or less than another return value

  1. #1
    Forum Contributor
    Join Date
    08-08-2019
    Location
    CO
    MS-Off Ver
    Office 365
    Posts
    106

    If cell is 65% or less than another return value

    Hello everyone,

    I am looking to achieve the following results from what I believe would be a fairly simple formula. If B2 is less than or equal to 65% of A2, count as 1. I need this returned value to be able to be summed in a different cell. If there are NO entries in the B2 Column, leave cell blank and do not sum. Please see the attached example to hopefully help explain what I need better. Thanks in advance for your time.
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,774

    Re: If cell is 65% or less than another return value

    This should get you started:

    =IF(AND(B2<>"",B2<=A2*65%),1,0)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  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 cell is 65% or less than another return value

    in E2

    =IF(AND(B2="",C2=""),"",IF(B2/$A2<0.65,1,""))

    copy across and down
    Last edited by JohnTopley; 09-27-2022 at 10:59 AM.
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  4. #4
    Forum Contributor
    Join Date
    08-08-2019
    Location
    CO
    MS-Off Ver
    Office 365
    Posts
    106

    Re: If cell is 65% or less than another return value

    Thank you BOTH for your quick responses. This solves what I needed. Have a great day!

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2507 (Windows 11 Home 24H2 64-bit)
    Posts
    91,774

    Re: If cell is 65% or less than another return value

    No worries.

+ 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. Vlookup return #N/A but cell equal to cell return TRUE
    By rzakhanov in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-20-2022, 04:33 AM
  2. Replies: 1
    Last Post: 09-18-2021, 01:29 PM
  3. [SOLVED] Return the value of a cell if blank otherwise return empty cell
    By Oghenovo in forum Office 365
    Replies: 4
    Last Post: 07-29-2021, 07:10 AM
  4. [SOLVED] How to return a sum only if a specific cell contains data, else return blank cell
    By Teeay5324 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 06-03-2017, 11:18 AM
  5. [SOLVED] How to return address of the column or cell I select, not just return the value?
    By qzqzjcjp in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 08-18-2014, 04:57 PM
  6. Replies: 12
    Last Post: 10-10-2013, 10:02 AM
  7. Replies: 0
    Last Post: 02-20-2012, 09:43 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