Results 1 to 2 of 2

Thread: Employee Help

  1. #1
    Senior Member
    Join Date
    Aug 2003
    Posts
    300

    Employee Help

    Alright boys and girls I once again need AO's help. (whats new right?)

    Anyway, I am trying to put together a quick salary creator.

    I would like to be able to input a number $100 daily for 7 days times 52 weeks and then compute a result. I want it broken down into these categories because I would like to be able to do weekly summarizes. After inputing the data into I would like to be able to print to a table that can hold all the info. Such as

    Amount Daily Weekly Result
    100 7 52 #$%^

    I would like to maybe compare like 3 or 4 different employees at the same time. So the table would need to be able hold that.

    I am using the C language. However, I am completely lost, I have no idea how to do it and I was wondering if possible someone could help me?


    - Adiz

  2. #2
    Senior Member
    Join Date
    Dec 2003
    Location
    LA, CA
    Posts
    292
    That sounds like something you could do with a spreadsheet if i am reading it correctly:
    Create rows of amount, daily weekly and result, then under result place
    Code:
     =a2*b2*c2
    (if your amount, daily and weekly are in a2, b2, and c2 ) Click the lower right corner of the cell and drag it down for as many companies as you would like to compare (if using excel), then simply fill in ur data and print it out.
    Here is a working spreadsheet
    A mind full of questions has no room for answers

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •