+ Reply to Thread
Results 1 to 3 of 3

adding to a formula

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    10-07-2006
    Posts
    182

    adding to a formula

    ok i hope i put this across properly but here goes

    i need the following formula to be modified

    =SUM(F5*$H$4)

    to add the following

    if c5 equals c70 (which says holiday) or c72 (which says Bank Holiday then times 10*$h$5

    which should automaticly times h5 (hourly rate) by 10

    also if c5 equal c71 (which equals Sick) then times 8*$h$5

    which should automaticly times h5 (hourly rate) by 8

  2. #2
    Registered User
    Join Date
    02-22-2006
    Posts
    28

    adding to a formula

    Hi,

    Try this formula.

    =IF(OR(C5=$C$70,C5=$C$72),10*$H$5,IF(C5=$C$71,8*$H$5,0))


    Best Wishes,
    MtpSuresh

  3. #3
    Forum Contributor
    Join Date
    10-07-2006
    Posts
    182
    Quote Originally Posted by mtpsuresh
    Hi,

    Try this formula.

    =IF(OR(C5=$C$70,C5=$C$72),10*$H$5,IF(C5=$C$71,8*$H$5,0))


    Best Wishes,
    MtpSuresh

    did not work it just left the formula showing also it seems the original formula is missing in what you wrote
    Last edited by Crasher; 10-09-2006 at 10:31 AM.

+ 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