+ Reply to Thread
Results 1 to 3 of 3

Need drop down selection to return different format and formulas

  1. #1
    Registered User
    Join Date
    07-05-2017
    Location
    chicago
    MS-Off Ver
    Office 2013
    Posts
    44

    Need drop down selection to return different format and formulas

    Hi All!

    I am trying to create a formula and need some help. In cell A1, it will be a choice of fixed or variable. I would like cell A2 through C3 to return:

    if A1 is fixed, then A2:C3 should merge and the person filling this out can put in a fixed amount of $1000


    if A1 is variable, then I would like for cell A2 to say Unit, B3 to say $, C3 to say total. Then, in cell A3 they can input # of units, cell B3 the amount per unit, and then cell C3 would calculate A3 multiplied by B3

    Fixed
    $20,000.00


    Variable
    Unit $ Total
    20 $50.00 $1,000.00

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Need drop down selection to return different format and formulas

    Hi, welcome to the forum

    1. Formulas cannot affect other cells, only the cell they reside in
    2. Formulas cannot merge cells (almost never a good idea to use merged cells anyway, they cause problems with formulas)
    3. if A1 = Fixed, maybe just have a formula in B3 that says =if(A1="Fixed","""$") AND C3 that says =if)A1="Fixed","","total")
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    07-05-2017
    Location
    chicago
    MS-Off Ver
    Office 2013
    Posts
    44

    Re: Need drop down selection to return different format and formulas

    ok thank you! Do you have any suggestions of how to lay this our? IT is for customers to enter pricing.

+ 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] Have Drop down Box Return Different Value Than Selection
    By MikeTheRed in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-15-2015, 01:20 PM
  2. Return value based on selection chosen from drop-down list in cell next to it
    By b624333 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-03-2014, 07:45 PM
  3. Applying Certain Formulas depending on Drop Down Selection
    By Mountaineer86 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-06-2013, 05:30 PM
  4. [SOLVED] Help required on calculating formulas based on a drop down selection
    By cassyleighnz in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 12-06-2012, 02:37 AM
  5. Return specific numbers from a chart depending on drop down box selection
    By JasonTV in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-12-2011, 08:22 AM
  6. Replies: 3
    Last Post: 07-06-2010, 05:30 AM
  7. Replies: 2
    Last Post: 10-24-2009, 01:27 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