I am using excel 2007 and I need a formula for the following results:
I already have a drop down menu with 3 options.. Let's say that drop down menu is in cell C10. Is it possible to make C11 change depending on what I choose in C10?
exact values I need: if I choose Standard in the drop down menu, c11 automatically writes 120; If I choose Superior in the drop down menu, C11 automatically is 150; if I choose Suite in the DD Menu, then C11 is 180..
Please help me..
Thanks in advance
In case you're wondering why your post is the only one on this forum entitled "Please Help":
Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
PLEASE PM WHEN YOU HAVE DONE THIS AND I WILL DELETE THIS POST
Try
=LOOKUP(B11,{"Standard","Suite","Superior"},{120,180,150})
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks