PC Review


Reply
Thread Tools Rate Thread

Barb...Don't know how to get back to you

 
 
caseysmydog
Guest
Posts: n/a
 
      5th Nov 2008
Barb...
Works great!
Now here's what this looks like & a question.
abc D E F G H I
1 Name Joined 6 weeks 3 mths 6 mths 9 mths 13 mths
2
3Watson 2/4/08 3/17/08 5/4/08 8/4/08 11/4/08 3/4/09

I did not understand Bob's help & could not find your other thread.
Above is how the message should have looked. Where do you put the formula
for each cell? In the formula bar, or the cell itself?
When I tried to do what Bob suggested I got a date in column 2.
Many thanks for helping---we are lost.
David

Question: we will have about 200 entries. Do I have to manually enter the
formulas changing D progressively each time. That would be 5 formulas across
for each line (entry/person)

Then, we can address how to pull information and sort.
Than
--
David
 
Reply With Quote
 
 
 
 
JLGWhiz
Guest
Posts: n/a
 
      5th Nov 2008
Let me try to explain Bob's directions.
You have formulas in cells for columns D thru I. Highlight those cell on
the row with the formulas in them by pointing the mouse to the cell in D
column and draging across to I while holding the left mouse button down.
Then you will see a
node in the lower right corner of the highlighted area. Place the mouse
pointer over that node until you see a plus sign, then press the left mouse
button and hold it while dragging the mouse pointer down the length of your
roster of names. This copies the formulas for all columns all the way down
and populates the sheet with the dates. If they do not all have the same
date joined, you might want to omit column D in the drag down.





"caseysmydog" wrote:

> Barb...
> Works great!
> Now here's what this looks like & a question.
> abc D E F G H I
> 1 Name Joined 6 weeks 3 mths 6 mths 9 mths 13 mths
> 2
> 3Watson 2/4/08 3/17/08 5/4/08 8/4/08 11/4/08 3/4/09
>
> I did not understand Bob's help & could not find your other thread.
> Above is how the message should have looked. Where do you put the formula
> for each cell? In the formula bar, or the cell itself?
> When I tried to do what Bob suggested I got a date in column 2.
> Many thanks for helping---we are lost.
> David
>
> Question: we will have about 200 entries. Do I have to manually enter the
> formulas changing D progressively each time. That would be 5 formulas across
> for each line (entry/person)
>
> Then, we can address how to pull information and sort.
> Than
> --
> David

 
Reply With Quote
 
caseysmydog
Guest
Posts: n/a
 
      6th Nov 2008

-It worked! Thanks,
NOW, the formula cells have dates in them because the name and date joined
have not been pu in yet. As we do, the correct dates appear. Question: Any
way to get the cells not to show a date until we input the date joined?
Again THANKS, David
David


"caseysmydog" wrote:

> Barb...
> Works great!
> Now here's what this looks like & a question.
> abc D E F G H I
> 1 Name Joined 6 weeks 3 mths 6 mths 9 mths 13 mths
> 2
> 3Watson 2/4/08 3/17/08 5/4/08 8/4/08 11/4/08 3/4/09
>
> I did not understand Bob's help & could not find your other thread.
> Above is how the message should have looked. Where do you put the formula
> for each cell? In the formula bar, or the cell itself?
> When I tried to do what Bob suggested I got a date in column 2.
> Many thanks for helping---we are lost.
> David
>
> Question: we will have about 200 entries. Do I have to manually enter the
> formulas changing D progressively each time. That would be 5 formulas across
> for each line (entry/person)
>
> Then, we can address how to pull information and sort.
> Than
> --
> David

 
Reply With Quote
 
Barb Reinhardt
Guest
Posts: n/a
 
      6th Nov 2008
You could put something like this in

=if(ISBLANK(A1),"",Date(year(A1),Month(A1)+3, Day(A1))

I'm guessing there's a way for you to be notified if you get a response to
your message in your newsreader. That's what you need to do so you don't
have to start multiple threads.
--
HTH,
Barb Reinhardt




"caseysmydog" wrote:

>
> -It worked! Thanks,
> NOW, the formula cells have dates in them because the name and date joined
> have not been pu in yet. As we do, the correct dates appear. Question: Any
> way to get the cells not to show a date until we input the date joined?
> Again THANKS, David
> David
>
>
> "caseysmydog" wrote:
>
> > Barb...
> > Works great!
> > Now here's what this looks like & a question.
> > abc D E F G H I
> > 1 Name Joined 6 weeks 3 mths 6 mths 9 mths 13 mths
> > 2
> > 3Watson 2/4/08 3/17/08 5/4/08 8/4/08 11/4/08 3/4/09
> >
> > I did not understand Bob's help & could not find your other thread.
> > Above is how the message should have looked. Where do you put the formula
> > for each cell? In the formula bar, or the cell itself?
> > When I tried to do what Bob suggested I got a date in column 2.
> > Many thanks for helping---we are lost.
> > David
> >
> > Question: we will have about 200 entries. Do I have to manually enter the
> > formulas changing D progressively each time. That would be 5 formulas across
> > for each line (entry/person)
> >
> > Then, we can address how to pull information and sort.
> > Than
> > --
> > David

 
Reply With Quote
 
caseysmydog
Guest
Posts: n/a
 
      6th Nov 2008

-- Where would you put the formula you suggested?
Also, how do I get back to you so I don't start so many threads. Many thanks.
Please have patience with us.
David


"Barb Reinhardt" wrote:

> You could put something like this in
>
> =if(ISBLANK(A1),"",Date(year(A1),Month(A1)+3, Day(A1))
>
> I'm guessing there's a way for you to be notified if you get a response to
> your message in your newsreader. That's what you need to do so you don't
> have to start multiple threads.
> --
> HTH,
> Barb Reinhardt
>
>
>
>
> "caseysmydog" wrote:
>
> >
> > -It worked! Thanks,
> > NOW, the formula cells have dates in them because the name and date joined
> > have not been pu in yet. As we do, the correct dates appear. Question: Any
> > way to get the cells not to show a date until we input the date joined?
> > Again THANKS, David
> > David
> >
> >
> > "caseysmydog" wrote:
> >
> > > Barb...
> > > Works great!
> > > Now here's what this looks like & a question.
> > > abc D E F G H I
> > > 1 Name Joined 6 weeks 3 mths 6 mths 9 mths 13 mths
> > > 2
> > > 3Watson 2/4/08 3/17/08 5/4/08 8/4/08 11/4/08 3/4/09
> > >
> > > I did not understand Bob's help & could not find your other thread.
> > > Above is how the message should have looked. Where do you put the formula
> > > for each cell? In the formula bar, or the cell itself?
> > > When I tried to do what Bob suggested I got a date in column 2.
> > > Many thanks for helping---we are lost.
> > > David
> > >
> > > Question: we will have about 200 entries. Do I have to manually enter the
> > > formulas changing D progressively each time. That would be 5 formulas across
> > > for each line (entry/person)
> > >
> > > Then, we can address how to pull information and sort.
> > > Than
> > > --
> > > David

 
Reply With Quote
 
Barb Reinhardt
Guest
Posts: n/a
 
      6th Nov 2008
You know the formulas you entered before. Replace them with something like
this where A1 is the cell with the Join Dates (or whatever it was)

=if(ISBLANK(A1),"",YourFormula)

And for you to get back to me, just reply to this thread. I'm notified, but
keep in mind that I can't always immediately come back to respond. There
are many others who are around and can if they have the whole thread
available.
--
HTH,
Barb Reinhardt

If this post was helpful to you, please click YES below.



"caseysmydog" wrote:

>
> -- Where would you put the formula you suggested?
> Also, how do I get back to you so I don't start so many threads. Many thanks.
> Please have patience with us.
> David
>
>
> "Barb Reinhardt" wrote:
>
> > You could put something like this in
> >
> > =if(ISBLANK(A1),"",Date(year(A1),Month(A1)+3, Day(A1))
> >
> > I'm guessing there's a way for you to be notified if you get a response to
> > your message in your newsreader. That's what you need to do so you don't
> > have to start multiple threads.
> > --
> > HTH,
> > Barb Reinhardt
> >
> >
> >
> >
> > "caseysmydog" wrote:
> >
> > >
> > > -It worked! Thanks,
> > > NOW, the formula cells have dates in them because the name and date joined
> > > have not been pu in yet. As we do, the correct dates appear. Question: Any
> > > way to get the cells not to show a date until we input the date joined?
> > > Again THANKS, David
> > > David
> > >
> > >
> > > "caseysmydog" wrote:
> > >
> > > > Barb...
> > > > Works great!
> > > > Now here's what this looks like & a question.
> > > > abc D E F G H I
> > > > 1 Name Joined 6 weeks 3 mths 6 mths 9 mths 13 mths
> > > > 2
> > > > 3Watson 2/4/08 3/17/08 5/4/08 8/4/08 11/4/08 3/4/09
> > > >
> > > > I did not understand Bob's help & could not find your other thread.
> > > > Above is how the message should have looked. Where do you put the formula
> > > > for each cell? In the formula bar, or the cell itself?
> > > > When I tried to do what Bob suggested I got a date in column 2.
> > > > Many thanks for helping---we are lost.
> > > > David
> > > >
> > > > Question: we will have about 200 entries. Do I have to manually enter the
> > > > formulas changing D progressively each time. That would be 5 formulas across
> > > > for each line (entry/person)
> > > >
> > > > Then, we can address how to pull information and sort.
> > > > Than
> > > > --
> > > > David

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Barb How do I get back to you... caseysmydog Microsoft Excel Programming 2 6th Nov 2008 02:56 PM
Barb...you helped & said come back caseysmydog Microsoft Excel Programming 2 5th Nov 2008 08:55 PM
Attn: Barb Reinhardt Looping through Microsoft Excel Programming 0 3rd Jan 2008 03:51 PM
Barb - don't worry, I got it working...you are a lifesaver!!!!!!.t =?Utf-8?B?SmFtZXMgVA==?= Microsoft Excel Programming 1 24th Aug 2007 03:06 AM
for Toppers and Barb =?Utf-8?B?eW9kb2NoaQ==?= Microsoft Excel Worksheet Functions 3 25th Jul 2007 12:57 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:04 AM.