+ Reply to Thread
Results 1 to 3 of 3

Date

  1. #1
    Hernan Vergara
    Guest

    Date

    I am using =((G2-E2)>364,"YES"," "), where G2 has =TODAY() in it and the E
    column has the dates to be compared. All this in order to determine if a
    year has gone by between the dates in G2 and the dates in column E. My
    problem is that I want to copy the formula to the rest of the cells in
    column E but it gives me an #value error, it copies the formula with relative
    values...

    What I want is to be able to weed out the records that are 364 or more days
    old.

    Thanks in advanced.


    Hernan Vergara

  2. #2
    JudithJubilee
    Guest

    Date

    Hello there,

    You need to fix the G2. Put dollar signs around the
    reference:

    =IF($G$2-E2>364,"Yes","")

    Pressing F4 key when the cursor is in the relevant bit of
    the formula also inserts the dollar sign. Be careful it
    also takes them out. Keep pressing it until there are 2
    dollars.

    You can then copy the formula

    Hope this helps

    Judith

    >-----Original Message-----
    >I am using =((G2-E2)>364,"YES"," "), where G2 has =TODAY

    () in it and the E
    >column has the dates to be compared. All this in order

    to determine if a
    >year has gone by between the dates in G2 and the dates

    in column E. My
    >problem is that I want to copy the formula to the rest

    of the cells in
    >column E but it gives me an #value error, it copies the

    formula with relative
    >values...
    >
    >What I want is to be able to weed out the records that

    are 364 or more days
    >old.
    >
    >Thanks in advanced.
    >
    >
    >Hernan Vergara
    >.
    >


  3. #3
    Hernan
    Guest

    RE: Date

    Thank you very much! :-)

    Hernan Vergara

    "JudithJubilee" wrote:

    > Hello there,
    >
    > You need to fix the G2. Put dollar signs around the
    > reference:
    >
    > =IF($G$2-E2>364,"Yes","")
    >
    > Pressing F4 key when the cursor is in the relevant bit of
    > the formula also inserts the dollar sign. Be careful it
    > also takes them out. Keep pressing it until there are 2
    > dollars.
    >
    > You can then copy the formula
    >
    > Hope this helps
    >
    > Judith
    >
    > >-----Original Message-----
    > >I am using =((G2-E2)>364,"YES"," "), where G2 has =TODAY

    > () in it and the E
    > >column has the dates to be compared. All this in order

    > to determine if a
    > >year has gone by between the dates in G2 and the dates

    > in column E. My
    > >problem is that I want to copy the formula to the rest

    > of the cells in
    > >column E but it gives me an #value error, it copies the

    > formula with relative
    > >values...
    > >
    > >What I want is to be able to weed out the records that

    > are 364 or more days
    > >old.
    > >
    > >Thanks in advanced.
    > >
    > >
    > >Hernan Vergara
    > >.
    > >

    >


+ 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