Fixed Value

B

Brian P

How do I create a fixed value used in a number of different calcualtions?
For example I want to count the occurances of an item and multiply times a
fixed value known as cost?
 
P

Peo Sjoblom

=COUNTIF(A2:A100,"item")*Cost

--
Regards,

Peo Sjoblom

(No private emails please)
 
G

Gary's Student

Yes. Let's put $2.30 in cell A1.

Click on A1 and pulldown:

Insert > Name... > Define then enter cost in the name field and click Add.

at this point you can use cost as a variable name in your worksheet. For
example you can enter

=123*cost

in cell C34 and cost will be taken from A1
 

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