+ Reply to Thread
Results 1 to 5 of 5

excel date entry manipulation

  1. #1
    Registered User
    Join Date
    01-11-2008
    Posts
    16

    excel date entry manipulation

    hi all
    i am in the process of updating a calculator to determine the amount owed in a given period. in which for the last 3 days of 2008 29/12/-31/12 are subject to a different rate of pay. at the moment all the dates in 2008 are been rated at 197.80. when the dates are entered in a from and to cells in excel. the rate for the 29/12/08 to 31/12/08 is 204.30. my question is : is here a formula i can use that if the dates 29/12/to 31/12 are entered the rate 204.30 will override the 197.80 value that shows up.
    was thinking of an if statement like this { =IF(A2=39811,"204.30","197.80") but to include the 3 days not just the one day

    many thanks

    ronan
    if you like you can email me directly at [email protected]

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    =IF(A2>=39811,"204.30","197.80")
    or=IF(and(A2>=39811,a2<=39813),"204.30","197.80")

  3. #3
    Registered User
    Join Date
    01-11-2008
    Posts
    16

    answer

    thanks martin

  4. #4
    Forum Contributor
    Join Date
    10-11-2007
    Location
    Sweden
    MS-Off Ver
    365
    Posts
    251
    I did a workbook that sums different rates, depending on date criteria. Maybe someone thinks it is useful. (Yellow cells are input cells)
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    01-11-2008
    Posts
    16
    thanks for your excel file
    it seems to be appropriate for what i need

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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