+ Reply to Thread
Results 1 to 4 of 4

change a cell depending upon the content of another cell

  1. #1
    Registered User
    Join Date
    01-04-2008
    Posts
    2

    change a cell depending upon the content of another cell

    Is it possible in excel to make a cell change depending upon what another cell says?

    For example: One cell has a dropdown list with inputs "yes" and "no." Can you make another cell automatically change to something depending on which option is selected?

    Any input would be greatly appreciated. Thanks.
    Last edited by TNF CS; 01-04-2008 at 04:24 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Please revise your thread title to something more descriptive of the problem at hand.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885
    Hi TNF,

    You could probably use a conditional formula (IF) like so:

    =IF(B2="yes",15,0)

    Let's say you put that formula in C2. If the value in cell B2 is "yes", then C2 will show 15, otherwise it will show 0.

    Another example:

    =IF(B2="no","Needs Input","")

    In this example, if B2 is "no", then the cell with this formula will show "Needs Input" (without the quotes). If B2 is something other than "no", then this cell will be blank ("").

  4. #4
    Registered User
    Join Date
    01-04-2008
    Posts
    2
    Yes! That's exactly what I need. How would I make it so that I can make three different possible inputs to change the C2 block in this case?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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