trying to add text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a spreadsheet with text on each cell and I would like to count each
cell with a number at the end. Any suggestions
Example Total on
Total off Total OT
name(A1) on(b1)on(C1)off(D1)OT(E1)
How woul i be able to do it?
 
You may use formula like this:

= &"Text" & (formula)

eg.
=& "No. of occurence of Cats:" & (countif($a:$a,"cat"))

"MM" 來函:
 

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