+ Reply to Thread
Results 1 to 6 of 6

Formula Needed involving IF condition

  1. #1
    Registered User
    Join Date
    08-22-2009
    Location
    Bangalore,Karnataka
    MS-Off Ver
    Excel 2003
    Posts
    3

    Formula Needed involving IF condition

    Hi!!

    I have 30 agents who report to me.If have got the tenure for each of the agents please provide me with a formula such that it tells me the number of agents who fall in the bracket of 0-6months,6-12 months and > than 12 months.It should sum up the number of agents falling into these brackets.

    Attached is the spreadsheet.

    [
    Attached Files Attached Files
    Last edited by daddylonglegs; 08-22-2009 at 01:09 PM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,792

    Re: Formula Needed involving IF condition

    Hello silver surfer,

    Is this already solved?

  3. #3
    Registered User
    Join Date
    08-22-2009
    Location
    Bangalore,Karnataka
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Formula Needed involving IF condition

    No this is not solved.I guess I have chosen the option soved in error.

    Please provide me with a solution.

    Regards

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,792

    Re: Formula Needed involving IF condition

    OK, I removed "Solved"......

    You can use COUNTIF formulas, i.e. in C2:C4

    =COUNTIF(B7:AE7,"<6")

    =COUNTIF(B7:AE7,">=6")-COUNTIF(B7:AE7,">12")

    =COUNTIF(B7:AE7,">12")

    Note that 6 months will fall into C3...........

  5. #5
    Registered User
    Join Date
    08-22-2009
    Location
    Bangalore,Karnataka
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Formula Needed involving IF condition

    Hi!!

    The formula worked just fine.Thank you so much.

  6. #6
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,103

    Re: Formula Needed involving IF condition

    Now make it solved
    Never use Merged Cells in Excel

+ 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