+ Reply to Thread
Results 1 to 5 of 5

How do I add new employee after every 100 new customer we add

  1. #1
    Registered User
    Join Date
    05-24-2021
    Location
    georgia
    MS-Off Ver
    16
    Posts
    10

    How do I add new employee after every 100 new customer we add

    I want to model my new employee add projection. So if the new client list goes above 100, we will add 1 new Account manager "AM" and for every 80 clients will add one new engineer Add employee.xlsxAdd employee.xlsx. I have attached my desired result in the file.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,169

    Re: How do I add new employee after every 100 new customer we add

    Try

    in F11

    =IF(MOD(INT(F$8),$C11)=0,1,"")

    Copy down and across
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2308
    Posts
    1,472

    Re: How do I add new employee after every 100 new customer we add

    2 similar formulas.
    In E11:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    In E12:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Drag both across
    <----- If you are happy with your solution please click on the "* Add Reputation" as a way to say thank you.

  4. #4
    Valued Forum Contributor
    Join Date
    06-23-2021
    Location
    Romania
    MS-Off Ver
    2021, 365 v 2208
    Posts
    722

    Re: How do I add new employee after every 100 new customer we add

    Or other 2:
    In E11
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    In E12
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Diana Tanase


    If the solutions offered helped you to solve your problem, then mark the thread as SOLVED (thread tools in the top menu) and you can click on * to add reputation to those who helped you, as a way to say thank you !

  5. #5
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Cool Re: How do I add new employee after every 100 new customer we add

    with Power Query
    Attached Files Attached Files
    Last edited by sandy666; 11-04-2022 at 05:26 PM. Reason: file update

+ 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. [SOLVED] Excel array function that assigns employee code to customer based on rank series assigned
    By akhilraj005 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-21-2019, 02:28 PM
  2. Generate a separate staff customer list based on larger customer table
    By CARROLLJP in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-15-2018, 04:40 PM
  3. [SOLVED] Formula that can check for two criteria per customer when multiple customer lines exist
    By Macey351 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-05-2016, 10:11 AM
  4. Replies: 4
    Last Post: 11-28-2014, 07:53 AM
  5. Replies: 0
    Last Post: 10-25-2012, 09:52 AM
  6. Replies: 11
    Last Post: 10-25-2012, 12:26 AM
  7. Replies: 1
    Last Post: 07-07-2006, 02:10 PM

Tags for this Thread

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