+ Reply to Thread
Results 1 to 4 of 4

Need help on a bit of an annoying %/IF function formula

  1. #1
    Registered User
    Join Date
    05-15-2014
    MS-Off Ver
    Excel 2003
    Posts
    2

    Post Need help on a bit of an annoying %/IF function formula

    Bit of a noob here - looking for a single formula for:

    IF Column H="0" then insert value of column E into column J. AND IF Column H="1" then take 5% off column E and insert result into column J

    Any help would be AMAZING, thank you

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Need help on a bit of an annoying %/IF function formula

    In J1:

    =if(h1=0, e1, 95% * e1)
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Need help on a bit of an annoying %/IF function formula

    =IF(H1=0,E1,IF(H1=1,E1*0.95,0))
    in J1.

  4. #4
    Registered User
    Join Date
    05-15-2014
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Need help on a bit of an annoying %/IF function formula

    Thank you!

+ 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. disbling the annoying F1 key
    By luv2glyd in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-04-2008, 07:23 PM
  2. annoying pop ups fix for ie7
    By martindwilson in forum ExcelTip.com Feedback / Comments / Suggestions
    Replies: 1
    Last Post: 04-13-2008, 08:17 PM
  3. V Look Up Annoying Function Help Needed
    By tweacle361 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-06-2006, 05:00 PM
  4. Annoying pop up
    By Sam in forum Excel General
    Replies: 2
    Last Post: 07-15-2005, 11:05 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