Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / August 2006

Tip: Looking for answers? Try searching our database.

Calculate Based on Drop Down Item Selected

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
JenB - 18 Aug 2006 16:07 GMT
I have a cost estimation worksheet that includes a drop down list. Whe
the user selects from the list, I want to apply a factor based on thei
selection and multiply it by a total (on a different worksheet). Fo
example, if they select "Low" from the list, I want to multiply 10% b
a total cost cell (which is on a different worksheet) and put th
result in a different cell.

How do I do this
KePaHa - 18 Aug 2006 17:42 GMT
If your drop-down is in cell A1, calc could be:

=IF(A1="Low",B1*OtherSheet!A1,IF(A1="Mid",B1*OtherSheet!A2,IF(A1="High",B1*OtherSheet!A3,"")))

So if A1 reads "High" the calc multiplies B1 by cell A1, if A1 says "Mid" it
multiplies B1 by A2, if A1 says "High" it multiplies B1 by A3, and if it is
empty, then it does nothing.

> I have a cost estimation worksheet that includes a drop down list. When
> the user selects from the list, I want to apply a factor based on their
[quoted text clipped - 4 lines]
>
> How do I do this?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.