Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Formulas Using Words

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?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default Formulas Using Words

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.


In article ,
Savannah Trims wrote:

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?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
do formulas have to be case sensative when searching words elaine Excel Discussion (Misc queries) 2 July 17th 07 10:18 AM
Using words in Formulas Lanza52 Excel Worksheet Functions 2 August 20th 06 04:25 AM
words Debbie Excel Discussion (Misc queries) 2 August 5th 05 06:25 PM
how do i insert words into a column without erasing the words soccer5585 Excel Discussion (Misc queries) 0 June 8th 05 11:06 PM


All times are GMT +1. The time now is 02:01 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"