How do I assign X = the value of 1 in a cell in Excell 2003?

  • Thread starter Thread starter Guest
  • Start date Start date
That need some explaining. Excel genially goes use variables but rather uses
cell references. Cells can be given names (such as x) but it is not
required.
Tell use more about what you wish to accomplish

best wishes
 
Put a 1 into any cell - let's say A1 -, and where you want to use X in a
formula, use the cell Address A1.

=X*100

becomes

=A1*100

HTH,
Bernie
MS Excel MVP
 
Thank you, but I want to put X in a cell and have X show in the cell, but
assign the numerical value of 1 to it.
 
I want to put X in a cell and have it show as X, but assign the value of 1 to
it, so that I can use a sum formula to count all of the x's as 1's.
 
No need to do that. If you just want to count the X's, use

=COUNTIF(A1:A100, "X")

It's almost always better to explain what you want to do in a global sense
rather than explain in a very narrow sense.

HTH,
Bernie
MS Excel MVP
 
Thank you that works. What classes can I take to learn more about formula's
and Functions?
 

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

Back
Top