+ Reply to Thread
Results 1 to 3 of 3

Salary sheet

  1. #1
    Registered User
    Join Date
    07-02-2006
    Posts
    14

    Salary sheet

    Dear Friends,

    I need your help.

    Every month I make salary sheet for our company. here everybody having variety of salaries (from 100 to 5000 ). And I divide those salary into 10 , 20, 50, 100, 200, 500 & 1000

    Example: See the attachment

    Employee Name Salary 1000 500 200 100 50 20 10 5 2 1
    A 1654 1 1 0 1 1 0 0 0 2 0
    B 854 0 1 1 1 1 0 0 0 2 0

    Please give me any formula to do this automatically when I enter that amount ...
    Attached Files Attached Files
    Last edited by irsath; 04-29-2007 at 06:58 AM.

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,482
    Hi, try placing these formulas into B3 to J3

    =ROUNDDOWN(B3/1000,0)
    =ROUNDDOWN((B3-C3*C1)/D1,0)
    =ROUNDDOWN((B3-C3*C1-D3*D1)/E1,0)
    =ROUNDDOWN((B3-C3*C1-D3*D1-E3*E1)/F1,0)
    =ROUNDDOWN((B3-C3*C1-D3*D1-E3*E1-F3*F1)/G1,0)
    =ROUNDDOWN((B3-C3*C1-D3*D1-E3*E1-F3*F1-G3*G1)/H1,0)
    =ROUNDDOWN((B3-C3*C1-D3*D1-E3*E1-F3*F1-G3*G1-H3*H1)/I1,0)
    =ROUNDDOWN((B3-C3*C1-D3*D1-E3*E1-F3*F1-G3*G1-H3*H1-I3*I1)/J1,0)

  3. #3
    Registered User
    Join Date
    07-02-2006
    Posts
    14
    1000 of thanks ...

    I will try now ....

+ 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