+ Reply to Thread
Results 1 to 3 of 3

Incremental Addding

Hybrid View

  1. #1
    Registered User
    Join Date
    09-26-2012
    Location
    Georgia
    MS-Off Ver
    Excel 2007
    Posts
    1

    Incremental Addding

    Hello Everyone,
    I'm taking a Business Analysis Class and I need some help for one of my projects.


    We are doing expenses and revenue for a daycare on excel.
    I need to add $100 for every 5 children.
    What formula should I use? I can't have it hardwired in.. so I'm trying to figure out how to add that for every 5 kids. Like, 0-5 kids the expense would be 100, 6-10 kids the expense would be 200.. and etc.
    Please please please help me.. It's a group project and no one else in my group knows how to use excel at all

    Thank you!

    Katie

  2. #2
    Valued Forum Contributor ratcat's Avatar
    Join Date
    03-07-2008
    Location
    Rural NSW, Australia
    MS-Off Ver
    Vista 2007
    Posts
    1,111

    Re: Incremental Addding

    G'day and welcome,

    I would learn how to use the LOOKUP formula for your situation.
    Have I made you happy ??? If yes, please make me happy by pressing the http://www.excelforum.com/images/buttons/reputation-40b.png Add Reputation button in my post.
    Please don't forget to do the same to other contributors of this forum.

    Thanks
    I don't void confusion, I create it

  3. #3
    Valued Forum Contributor
    Join Date
    08-14-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    573

    Re: Incremental Addding

    Hi Katie,

    Try if this works. Enter 100 in A1. In A2, enter =IF(MOD(ROW(),5)=1,A1+100,A1). Then drag A2 to other cells in the column.

    Regards,
    Sindhu

+ 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