+ Reply to Thread
Results 1 to 3 of 3

How to make interactive formula

  1. #1
    Registered User
    Join Date
    12-08-2014
    Location
    Canada
    MS-Off Ver
    2007
    Posts
    2

    How to make interactive formula

    Hi, I am trying to make an interactive formula and it would be great if someone could advise me on doing this.
    table.jpg
    This is a piece of the order form I'm making in Excel 2007.
    So, I have the 'MSRP' which is the retail cost of the product, then (3+) which is the cost of the product if the person buys 3 units or more (this is 50% off MSRP), COST (2) if someone buys 2 units (this is 30% off MSRP) and COST (1) if someone buys just 1 unit (this is 15% off MSRP). Another field is TESTER which is supposed to be 60% off MSRP.

    What I want to do is have the person enter the quantity they want to buy into the QUANTITY field and have a formula which calculates the total cost of the purchase (TOTAL field). So if they enter 1 into the quanitity field, I want it to show 1x $8.50 (COST (1)), if they buy two, I want it to show 2x $7 (COST (2)) and if they buy 3 or more I want it to be 3 (or whatever number) x $5.00.

    Can someone please advice if there's a way to do this? Thank you very much!

  2. #2
    Forum Contributor
    Join Date
    03-17-2005
    Location
    Canterbury, Kent
    MS-Off Ver
    2003, 2010
    Posts
    285

    Re: How to make interactive formula

    Something like this?
    Place in total column, change cell references to suit.
    =IF(E2>=3,C2*E2,IF(E2=2,B2*E2,A2*E2))

    Windy

  3. #3
    Registered User
    Join Date
    12-08-2014
    Location
    Canada
    MS-Off Ver
    2007
    Posts
    2

    Re: How to make interactive formula

    Thank you very much for your help!

    Here is a picture of my sheet:

    table2.jpg

    Could you please advise which #s I should put where? Thanks again

    ETA the new image with the total cell which I missed.

    ***I figured it out. Thank you very much! This solves all my problems
    Attached Images Attached Images
    Last edited by hdunne; 12-08-2014 at 10:56 PM.

+ 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. How to make interactive calendar with months is sheet doc ?
    By onetwo009 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 02-18-2010, 07:04 PM
  2. How do I make an interactive chart
    By randyvann in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 10-24-2008, 11:36 AM
  3. Make List Box Interactive
    By amanda_m_wilson in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-25-2008, 03:42 AM
  4. [SOLVED] [SOLVED] how to make a workbook an interactive web page?
    By DC in forum Excel General
    Replies: 3
    Last Post: 11-08-2005, 05:45 PM
  5. [SOLVED] How do I make a spreadsheet interactive on a website?
    By Regina in forum Excel General
    Replies: 1
    Last Post: 10-08-2005, 12: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