+ Reply to Thread
Results 1 to 8 of 8

conditional amounts based on amount of another cell

  1. #1
    Valued Forum Contributor
    Join Date
    12-01-2011
    Location
    Philippines
    MS-Off Ver
    Excel 2016
    Posts
    949

    conditional amounts based on amount of another cell

    how do you use a formula showing a value on G4 and I4 based on amount of H4

    the condition are:

    if H4=1, G4=10, I4=100
    if H4=2, G4=20, I4=100
    if H4=3, G4=30, I4=300
    if H4=4, G4=40, I4=300
    if H4=5, G4=50, I4=300

    the formula will be on G and I column
    Last edited by k1dr0ck; 11-08-2017 at 05:08 AM.

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,459

    Re: conditional amounts based on amount of another cell

    Is it real data?

    G4=H4*10
    I4=IF(H4<3,1,3)*100
    Quang PT

  3. #3
    Valued Forum Contributor
    Join Date
    12-01-2011
    Location
    Philippines
    MS-Off Ver
    Excel 2016
    Posts
    949

    Re: conditional amounts based on amount of another cell

    its just a dummy data

    i just want to know the formula for multiple if condition

  4. #4
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: conditional amounts based on amount of another cell

    to OP sometimes its better nit to nest IF functions if that is what you are attempting. formals can get very out of hand fast. often there is a better solution if you can provide a sample we might be able to help more efficiently.
    The Importance of INDEX - A GUIDE TO INDEX'S OTHER USES
    <--- If a post helps hit the star

  5. #5
    Valued Forum Contributor
    Join Date
    12-01-2011
    Location
    Philippines
    MS-Off Ver
    Excel 2016
    Posts
    949

    Re: conditional amounts based on amount of another cell

    If h4=145.30, g4=440.00, i4=10.00
    if h4=163.50, g4=495.00, i4=10.00
    if h4=181.70, g4=550.00, i4=30.00
    if h4=199.80, g4=605.00, i4=30.00
    if h4=218.00, g4=660.00, i4=30.00

  6. #6
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: conditional amounts based on amount of another cell

    you would be better to have a table with the vales set up then index and match or vlook the data imo

  7. #7
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: conditional amounts based on amount of another cell

    maybe something like this
    Attached Files Attached Files

  8. #8
    Valued Forum Contributor
    Join Date
    12-01-2011
    Location
    Philippines
    MS-Off Ver
    Excel 2016
    Posts
    949

    Re: conditional amounts based on amount of another cell

    i see thanks

+ 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. Replies: 6
    Last Post: 04-05-2016, 04:21 PM
  2. [SOLVED] Add Invoice Amounts and Paid Amounts based on user inputs.
    By s2jrchoi in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-18-2013, 01:49 PM
  3. Replies: 3
    Last Post: 07-03-2013, 10:43 AM
  4. Replies: 3
    Last Post: 01-30-2010, 10:41 AM
  5. Replies: 3
    Last Post: 05-13-2009, 10:51 AM
  6. [SOLVED] Adding amounts based on a conditional date
    By ruleb in forum Excel General
    Replies: 3
    Last Post: 10-07-2005, 07:05 PM
  7. [SOLVED] Code for dividing amount amounts
    By Hill in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-18-2005, 04:06 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