Consulting

Results 1 to 2 of 2

Thread: adding up interchanging word in a single cell

  1. #1

    adding up interchanging word in a single cell

    i have a spreadsheet designed to track the progress of motors, unfortunately im stuck as how to track the amount of times the motor has been started.

    ive got it set so that it has RUN and OFF in the coloumn to the right indicating whether its running or not.

    is there any formula i can use that will add up the amount of times the word run appears. or changes from off to run.

    The motor ID is column A and the 'Running' is Column M with the start up count in Column N. The motor running is set via formula from a program called PI.

  2. #2
    VBAX Regular
    Joined
    Jul 2010
    Posts
    23
    Location
    To count the number of times the word "RUN" appears in a column you can use COUNTIF.

    Example: Place the following in a cell

    =COUNTIF(M:M,"RUN")

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •