+ Reply to Thread
Results 1 to 4 of 4

Formula Help

Hybrid View

erikapalen Formula Help 08-10-2014, 01:58 PM
cbatrody Re: Formula Help 08-10-2014, 02:01 PM
AlKey Re: Formula Help 08-10-2014, 02:07 PM
Pepe Le Mokko Re: Formula Help 08-10-2014, 02:49 PM
  1. #1
    Registered User
    Join Date
    08-07-2014
    Location
    Oregon
    MS-Off Ver
    2010
    Posts
    10

    Formula Help

    ok i have a totals page in a spreadsheet that reads data from column N in tabs January through December that looks like this:


    =COUNTIF(January!$N$:$N$500,"1")

    this formula is fine cause i only need it to read the "1" but the next total formula i have needs to read if columns N have a 2 or a 3 so where it says "1" in my formula what do i put so it will add all the 2's and 3's together?

  2. #2
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: Formula Help

    =COUNTIF(January!$N$:$N$500,"1")+COUNTIF(January!$N$:$N$500,"2")+COUNTIF(January!$N$:$N$500,"3")

  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Formula Help

    Try this one

    =SUM(January!COUNTIF($N$2:$N$500,{1,2,3}))
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  4. #4
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,610

    Re: Formula Help

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution.

    Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.

    To change a Title go to your first post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    (This thread should receive no further responses until this moderation request is fulfilled, as per Forum Rule 7)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 11
    Last Post: 06-06-2014, 03:34 PM
  2. how to hide formula in formula box, view lookup result in formula box?
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2013, 04:06 PM

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