TurboBDogg
New Member
- Joined
- Jan 31, 2012
- Messages
- 4
Longtime user, first time poster.
I know I have done this before, I just cannot figure out how to code it today for some reason.
Basically what I have is a sheet full of data containing todays orders, and I need to review the sheet, find todays date in column E (project created date), and append that entire row of data onto sheet 2, starting with row 2.
I can write most of this, but I am having issues writing the - search for "today", copy corresponding row, and paste to sheet 2 (repeating). It could be that it is early, or that I did not have any coffee today, but if someone could help me out, I would appreciate it.
Here are the raw column headers with a bit of data:
Headers
Buyer Name Project Type Project Name Job Number Project Created Date Project Original Close Date Project Status Customer Name Date Won Dollars Quoted/Sold Estimate Status Job# If Won Product Code Sales Rep
Row1
john smith A Quote 123 company 1234 2/1/2012 2/1/2012 Closed 123 compnay 2/1/2012 123456 Won products jane doe
Row 2
smithy johns A Quote 321 company 4321 2/1/2012 2/1/2012 Closed 321 comp inc Open productos doe jane
I am on an old computer, and using 2007, so many of my tools are not working with me today (which may be half the issue)
Any help would be appreciated.
I know I have done this before, I just cannot figure out how to code it today for some reason.
Basically what I have is a sheet full of data containing todays orders, and I need to review the sheet, find todays date in column E (project created date), and append that entire row of data onto sheet 2, starting with row 2.
I can write most of this, but I am having issues writing the - search for "today", copy corresponding row, and paste to sheet 2 (repeating). It could be that it is early, or that I did not have any coffee today, but if someone could help me out, I would appreciate it.
Here are the raw column headers with a bit of data:
Headers
Buyer Name Project Type Project Name Job Number Project Created Date Project Original Close Date Project Status Customer Name Date Won Dollars Quoted/Sold Estimate Status Job# If Won Product Code Sales Rep
Row1
john smith A Quote 123 company 1234 2/1/2012 2/1/2012 Closed 123 compnay 2/1/2012 123456 Won products jane doe
Row 2
smithy johns A Quote 321 company 4321 2/1/2012 2/1/2012 Closed 321 comp inc Open productos doe jane
I am on an old computer, and using 2007, so many of my tools are not working with me today (which may be half the issue)
Any help would be appreciated.