Assigning cells a value

  • Thread starter Thread starter acorbalis
  • Start date Start date
A

acorbalis

I'm creating a sheet that will be used for attendance. Is it posssibl
to put an "x" in a cell and have that "x' represent ".25"? How would
set up a large number of cells to do this? Any help would b
appreciated
 
"Represent" in what sense? Are you doing some sort of calculations on this column? If so, you
would have to design your formulas to "translate the "X" into the number 0.25, i.e. something
like this:

=SUM(A1:A500)+COUNTIF(A1:A500,"X")*.25
 

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