+ Reply to Thread
Results 1 to 4 of 4

I want to copy a cell by date if Cell = Today() then...

  1. #1
    Registered User
    Join Date
    05-16-2006
    Posts
    2

    Question I want to copy a cell by date if Cell = Today() then...

    Here is my situation. I have a workbook that needs to have the following:

    1 2 3 4 - 31 Days of the Month

    In the cell underneath the days I need it to put the total earned for that day. So I need to do an analysis by day for the totals. I want to automate this whole process.

    Here is what I have so far, but ofcourse it isn't working:

    =IF(B38=Q13,F3,"")
    B38 is a =DAY(B35)
    B35 is a simple =Today()

    In my If stament I'm overwriting the old cell value. Yesterday all the 15's were filled out. Now today they are blank while all the 16s are filled out. I need to setup and graph this whole process so I need it to keep yesterdays value in yesterdays cell. Just leave it alone till next month when date = num.

    Thank you for any help.

  2. #2
    Ardus Petus
    Guest

    Re: I want to copy a cell by date if Cell = Today() then...

    Try this:
    =IF(B38>=Q13,F3,"")

    That will leave your previous days filled

    HTH
    --
    AP

    "quickquestion" <[email protected]>
    a écrit dans le message de news:
    quickquestion.27wc0m_1147776001.1752...rum-nospam.com...
    >
    > Here is my situation. I have a workbook that needs to have the
    > following:
    >
    > 1 2 3 4 - 31 Days of the Month
    >
    > In the cell underneath the days I need it to put the total earned for
    > that day. So I need to do an analysis by day for the totals. I want
    > to automate this whole process.
    >
    > Here is what I have so far, but ofcourse it isn't working:
    >
    > =IF(B38=Q13,F3,"")
    > B38 is a =DAY(B35)
    > B35 is a simple =Today()
    >
    > In my If stament I'm overwriting the old cell value. Yesterday all the
    > 15's were filled out. Now today they are blank while all the 16s are
    > filled out. I need to setup and graph this whole process so I need it
    > to keep yesterdays value in yesterdays cell. Just leave it alone till
    > next month when date = num.
    >
    > Thank you for any help.
    >
    >
    > --
    > quickquestion
    > ------------------------------------------------------------------------
    > quickquestion's Profile:
    > http://www.excelforum.com/member.php...o&userid=34481
    > View this thread: http://www.excelforum.com/showthread...hreadid=542423
    >




  3. #3
    Registered User
    Join Date
    05-16-2006
    Posts
    2
    Why did mine delete it though? Because I didn't have the > than sign?

  4. #4
    Ardus Petus
    Guest

    Re: I want to copy a cell by date if Cell = Today() then...

    Precisely!

    Cheers,
    --
    AP

    "quickquestion" <[email protected]>
    a écrit dans le message de news:
    quickquestion.27wg6n_1147781405.0246...rum-nospam.com...
    >
    > Why did mine delete it though? Because I didn't have the > than sign?
    >
    >
    > --
    > quickquestion
    > ------------------------------------------------------------------------
    > quickquestion's Profile:
    > http://www.excelforum.com/member.php...o&userid=34481
    > View this thread: http://www.excelforum.com/showthread...hreadid=542423
    >




+ 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