W
wgd.roaming
Good Evening:
Have a series of rows one column of which has text data (name) - only
one row will have a name, all others will be blank. How do I
determine what name is in what row and copy it to another un-related
field?
Time/Date 1
Col 1
Row 1
Row 2
Row 3 John
Row 'n'
Desired solution to copy John to another field someplace on sheet:
John
Time/Date 2 (after T/D 1)
Row 1
Row 2
Row 3
Row 4
Row 5 Carol
Row 'n'
Desired solution to copy Carol to another field someplace on sheet (as
above): Carol
Find 'John" or any other name in Rows 1 through 'n' that are in Col 1
only.
Copy 'John' to a Field someplace else on sheet - in this example, Row
1 & 2 will be purposely empty. (As the month goes by, this DB grows
row by row.) Other functions in each row block out previous data
(names) in Rows before Row 3 - thus no conflicts
In these specific examples, all other Row fields in Column 1 are
empty.
Other data in each row loads up fields in Col 1, row-by-row
At a later Time/Date, John is automatically deleted (already have
that working) from Col 1, Row 3; now Carol appears in Row 5. 'Carol'
will now be found and placed in the selected field.
I have no experience w/VBA - conditioned to use functions, nested as
may be required.
OS = XP Pro
Excel = Office 2003
Thank You!
Wayne
Have a series of rows one column of which has text data (name) - only
one row will have a name, all others will be blank. How do I
determine what name is in what row and copy it to another un-related
field?
Time/Date 1
Col 1
Row 1
Row 2
Row 3 John
Row 'n'
Desired solution to copy John to another field someplace on sheet:
John
Time/Date 2 (after T/D 1)
Row 1
Row 2
Row 3
Row 4
Row 5 Carol
Row 'n'
Desired solution to copy Carol to another field someplace on sheet (as
above): Carol
Find 'John" or any other name in Rows 1 through 'n' that are in Col 1
only.
Copy 'John' to a Field someplace else on sheet - in this example, Row
1 & 2 will be purposely empty. (As the month goes by, this DB grows
row by row.) Other functions in each row block out previous data
(names) in Rows before Row 3 - thus no conflicts
In these specific examples, all other Row fields in Column 1 are
empty.
Other data in each row loads up fields in Col 1, row-by-row
At a later Time/Date, John is automatically deleted (already have
that working) from Col 1, Row 3; now Carol appears in Row 5. 'Carol'
will now be found and placed in the selected field.
I have no experience w/VBA - conditioned to use functions, nested as
may be required.
OS = XP Pro
Excel = Office 2003
Thank You!
Wayne