+ Reply to Thread
Results 1 to 4 of 4

IF formula help

Hybrid View

  1. #1
    Registered User
    Join Date
    08-21-2012
    Location
    East Coast, US
    MS-Off Ver
    365 and Desktop
    Posts
    55

    IF formula help

    I need a formula that shows:

    if todays date(C4) is before or on the specified date, then insert whats in B5, otherwise (or if todays date is after specified date) insert/keep what shows in B5 on that specified date.
    I have so far:
    =IF(C4<=DATE(2012,9,28),$B$5)

    The point is that B5 will constantly be changing, If I dont specify what to do after specified date, then the result shows FALSE.

    I hope I made sense! Much appreciated

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,366

    Re: IF formula help

    isn't that your just getting the same information that is B5

    =IF(C4<=DATE(2012,9,28),$B$5,B5)
    nsert/keep what shows in B5 on that specified date.
    or better

    =$B$5
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Registered User
    Join Date
    08-21-2012
    Location
    East Coast, US
    MS-Off Ver
    365 and Desktop
    Posts
    55

    Re: IF formula help

    the amount in B5 is constantly changing. so for instance on 9/28/2012 B5 will be $400. On 9/29/2012 B5 might be $350. I want to keep the $400 thats shown in B5 on 9/28, on 9/29 and thereafter.
    Last edited by Cutter; 08-24-2012 at 09:29 AM. Reason: Removed whole post quote

  4. #4
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,366

    Re: IF formula help

    i think that can only be attained by vba.

    not my line..
    maybe someone can help you with tis, just wait. ok. thanks.

+ 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