+ Reply to Thread
Results 1 to 3 of 3

How to write =IF((E2>75%)+E2*300) correctly

  1. #1
    Registered User
    Join Date
    08-14-2012
    Location
    Sydney
    MS-Off Ver
    Microsoft 365
    Posts
    90

    How to write =IF((E2>75%)+E2*300) correctly

    I'm sure this is a very easy formula. But I've not used this before.

    Cell E2 is expressed as a percentage (eg 82%)
    Cell K2 has the formula where the correct result is returned.

    If the value returned in E2 is equal to 75% or greater, then multiple 300 by the value in E2.
    If Cell E2 is less than 75%, then zero.

    If as an example, E2 = 82%, K2 = 82% of 300, ie 246

  2. #2
    Forum Expert
    Join Date
    11-27-2007
    Location
    New Jersey, USA
    MS-Off Ver
    2013
    Posts
    1,669

    Re: How to write =IF((E2>75%)+E2*300) correctly

    =if(E2>=.75,E2*300,0)
    1. Click on the * Add Reputation if you think this helped you
    2. Mark your thread as SOLVED when question is resolved

    Modytrane

  3. #3
    Registered User
    Join Date
    08-14-2012
    Location
    Sydney
    MS-Off Ver
    Microsoft 365
    Posts
    90

    Re: How to write =IF((E2>75%)+E2*300) correctly

    Thx Modytrane, I knew it would be an easy fix.

+ 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. [SOLVED] Why does code called from a macro button to write data to an excel table work correctly, b
    By mgeoyoung in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-27-2017, 08:57 PM
  2. [SOLVED] how to write this if statement correctly
    By greg123 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-20-2016, 01:38 AM
  3. [SOLVED] OFFSET Trouble - Amend function on Userform does not write data correctly
    By camp2chiawa in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-10-2016, 02:52 AM
  4. [SOLVED] How to correctly write "Value of cell E16" while having the quotations around it.
    By behnam in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-02-2013, 08:07 AM
  5. How to write this loop macro correctly?
    By cb95amc in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-11-2009, 08:38 AM
  6. [SOLVED] This is not working because I didn't write it correctly
    By L.White in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 11-24-2005, 06:20 AM
  7. [SOLVED] How to correctly write a cross-sheet "IF" formula in Excel
    By Jay in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-16-2005, 09:25 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