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 / September 2007

Tip: Looking for answers? Try searching our database.

Formulas Using Words

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Savannah Trims - 20 Sep 2007 22:18 GMT
I was told that Excel can use word formulas.  Is this true?  I have one
worksheet that has our proposals which adds up the sums of different cells.  
I need to create an easy way for my salesmen to include sales tax.  Seems
pretty basic, but not every city has the same tax rate and the salesman can't
seem to be able to figure out how to coss refernce the information to plug
in.  I had an idea of creating a different worksheet that lists the different
cities and rates, but how can I get that information to pull into thier
proposal by just having them type in the city?  Then I could create a cell
that will multiply the tax rate of that city by the subtotal for the total.  
Any ideas if excel can do this?
JE McGimpsey - 20 Sep 2007 23:16 GMT
One way:

Put your cities/tax rate in a second sheet, say 'Sales Tax':

       A           B
1      City         Tax
2      NY           40%
3      DC           110%
4      ...

Choose Insert/Name/Define and enter the following names:

Name in Workbook:    Refers To:    
   Cities
                    =OFFSET('Sales Tax'!$A$1,1,0,COUNTA(
                    'Sales Tax'!$A$2:$A$10000),1)

   TaxTable         =OFFSET('Sales Tax'!$A$2,,,COUNTA(Cities),2)

In your entry cell, say, A1, choose Data/Validation, select List, and
enter

A1:    =Cities

in the input box.

In your tax cell, enter

B1:    =VLOOKUP(A1,TaxTable,2,False)

to return the tax rate for that city.

> I was told that Excel can use word formulas.  Is this true?  I have one
> worksheet that has our proposals which adds up the sums of different cells.  
[quoted text clipped - 6 lines]
> that will multiply the tax rate of that city by the subtotal for the total.  
> Any ideas if excel can 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.