You can try using "named formulas".
However, your example of using P1 wouldn't work since it's a reserved name,
being similar to cell references.
You could use P, P1P, P2P, ...etc.
<Insert> <Name> <Define>
Click in the "Names in Workbook" box and type:
P
Then, change whatever's in the "Refers To" box to:
=1
Then click <Add>
Back to the "Names in Workbook" box and type:
P1P
Then, change whatever's in the "Refers To" box to:
=-0.5
Then click <OK>.
Now, you can try something like this:
=P+P1P
and get a return of
0.5
OR
=100-P
and get a return of 99.
--
HTH,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"George" <(E-Mail Removed)> wrote in message
news:1FC7DF5F-1EDA-4561-82D6-(E-Mail Removed)...
>I want to be able to insert symbols such as a letter (p) or a letter and
> number (p1)into a worksheet. I then want to created a formula that
> recognizes those symbols as a specific value, such as p=1 and p1 -.5.
> Could
> anyone tell me how to do that?
>
> Thanks
|