HOW DO I MAKE A WORD HAVE A VALUE IN EXCEL

M

madmhaha

I work on commission. what I sell decides the percentage. I want to know if I
can make a word have a value in excel. if i type the word, will it know the
value?

a1 a2 a3 a4
Item Sold Initial Renewal Commission

tcntl $994 $279
pspec $479
tcprot $279

tcntl = 15%
pspec = 10%
tcprot = 10%

a1*a2=a4

hope this makes sense
 
C

carlo

I don't know if understand you completely, but it
looks like you need to lookup your words with
the vlookup or the hlookup in a matrix, where
your words are in column a and the value is in
column b

for example:

A4 = vlookup(A1,sheet2!$A$1:$B$5,2,false) * A2

hth

Carlo
 
N

Niek Otten

Insert>Name>Define
In the Names in workbook box, type tcntl
In the Refers to box, type =15%

=A1*tcntl gives the result

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

|I work on commission. what I sell decides the percentage. I want to know if I
| can make a word have a value in excel. if i type the word, will it know the
| value?
|
| a1 a2 a3 a4
| Item Sold Initial Renewal Commission
|
| tcntl $994 $279
| pspec $479
| tcprot $279
|
| tcntl = 15%
| pspec = 10%
| tcprot = 10%
|
| a1*a2=a4
|
| hope this makes sense
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top