+ Reply to Thread
Results 1 to 6 of 6

Time sheet tracker: sum instance of text formula issue

  1. #1
    Forum Contributor
    Join Date
    05-14-2012
    Location
    USA
    MS-Off Ver
    Excel 2013
    Posts
    186

    Time sheet tracker: sum instance of text formula issue

    time tracker.xlsx

    I attached a file to help with this. I know its a simple problem but my brain can't seem to solve it right now. I want my fomula in row 47 to count each instance of text appearing in the rows above it and add .25 to a running total for each non blank row.

    Thanks in advance for your help

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Time sheet tracker: sum instance of text formula issue

    =counta(c6:c46)+counta(c6:c46)*0.25 ?
    Last edited by JieJenn; 08-28-2012 at 02:29 PM.

  3. #3
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: Time sheet tracker: sum instance of text formula issue

    =counta(c6:c46)*0.25
    Click on star (*) below if this helps

  4. #4
    Forum Contributor
    Join Date
    05-14-2012
    Location
    USA
    MS-Off Ver
    Excel 2013
    Posts
    186

    Re: Time sheet tracker: sum instance of text formula issue

    Please Login or Register  to view this content.
    worked well, didn't need the blank part.

    Thanks, my brain blanked on hte best way to just count cells that had text in them. Is there anyway to only count text though and not anything going into the cell?
    Last edited by smls; 08-28-2012 at 02:38 PM.

  5. #5
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: Time sheet tracker: sum instance of text formula issue

    Yes,

    COUNT counts cells containing numeric values
    COUNTA counts cells are not empty

    COUNTA - COUNT (you need to supply the range) will count cells containing text

  6. #6
    Forum Contributor
    Join Date
    05-14-2012
    Location
    USA
    MS-Off Ver
    Excel 2013
    Posts
    186

    Re: Time sheet tracker: sum instance of text formula issue

    Thanks, wasn't sure if there was some formula that actually just counted text. Works perfect though.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1