+ Reply to Thread
Results 1 to 16 of 16

How to make drop down list to change formulas in cell?

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    03-12-2013
    Location
    Chicago, USA
    MS-Off Ver
    Excel 2007
    Posts
    230

    Re: How to make drop down list to change formulas in cell?

    Enter this formula in G6:

    =IF(B5=AA44,B6/5,B6/2.5)

  2. #2
    Registered User
    Join Date
    11-13-2013
    Location
    london
    MS-Off Ver
    Excel 2010
    Posts
    16

    Re: How to make drop down list to change formulas in cell?

    Quote Originally Posted by majosum View Post
    Enter this formula in G6:

    =IF(B5=AA44,B6/5,B6/2.5)
    Excel says the formula contains an error.

  3. #3
    Forum Contributor
    Join Date
    03-12-2013
    Location
    Chicago, USA
    MS-Off Ver
    Excel 2007
    Posts
    230

    Re: How to make drop down list to change formulas in cell?

    I'm sorry. When I saw AA44, I assumed it was a cell reference to the column AA. Now that I see you only wanted BB as well, try this:

    =IF(B5="AA44",B6/5,B6/2.5)

    My last formula was checking to see if B5 equaled the value in cell AA44.

  4. #4
    Registered User
    Join Date
    11-13-2013
    Location
    london
    MS-Off Ver
    Excel 2010
    Posts
    16

    Re: How to make drop down list to change formulas in cell?

    Quote Originally Posted by majosum View Post
    I'm sorry. When I saw AA44, I assumed it was a cell reference to the column AA. Now that I see you only wanted BB as well, try this:

    =IF(B5="AA44",B6/5,B6/2.5)

    My last formula was checking to see if B5 equaled the value in cell AA44.
    Still getting an error. Could you try with your Excel?

+ 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] How can you make a drop down list effect the value returned in a seperate cell?
    By pshaw5 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-15-2013, 06:14 PM
  2. [SOLVED] Conditional Formulas - How do I make quantity of a cell change the value of other cells?
    By johnny.rockets in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 01-16-2013, 07:43 PM
  3. Replies: 1
    Last Post: 01-13-2009, 04:11 PM
  4. Replies: 3
    Last Post: 02-24-2008, 07:41 PM
  5. Replies: 2
    Last Post: 06-15-2005, 10: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