+ Reply to Thread
Results 1 to 4 of 4

Date and fee

  1. #1
    Forum Contributor
    Join Date
    02-25-2007
    Posts
    106

    Date and fee

    I need a formula that when I enter the date in cell A1 a set fee appears in cell B1

    A1 B1
    August 16, 2012 $80.00

  2. #2
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Date and fee

    What's the rule that generates the fee?

    If it's a flat fee that pops up when there's a date entered, without assessing what the date actually is, but leaves B1 blank if A1 is blank:

    B1 = IF(A1 <> "", fee_value, "")

    Anyway, if fee_value is assessed based on date, you'll add some math, or maybe pump through some kind of lookup, if the fee is set based on the date falling in across a range or something.

  3. #3
    Forum Contributor
    Join Date
    02-25-2007
    Posts
    106

    Re: Date and fee

    Yes, a flat fee that will only show if a date is entered.

    ---------- Post added at 08:20 AM ---------- Previous post was at 08:15 AM ----------

    Thanks Ben

    That worked perfectly.

  4. #4
    Registered User
    Join Date
    08-15-2012
    Location
    Zurich, Switzerland
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Date and fee

    Hi,

    don't know what you need it for but a simple thing you could do is =IF(A1<>0,80,"")
    if you populate anything (also text) in A1 it would pop up $80 fees in B1

    helps?
    cheers

+ 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