+ Reply to Thread
Results 1 to 2 of 2

If formula- automatically fill in a late fee on payment sheet.

  1. #1
    Registered User
    Join Date
    02-08-2008
    Posts
    1

    If formula- automatically fill in a late fee on payment sheet.

    Hi. I'm trying to automatically fill in a late fee on payment sheet.
    There is a date in A1 of 1/10/08. The actual date that a payment was posted is in A12 as 1/21/08. A late fee is assessed after 15 days.
    So I'm trying to get an IF statement to work that subtracts A12-A1 then if the difference is greater than 15 adds the late fee, if not value is 0.

    Thanks, Ray.

  2. #2
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208
    Hi, Ray.

    =IF(A12-A1>15,late_fee_formula,0)

    HTH

    Jason

+ 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