tinkdrummer
New Member
- Joined
- Jun 2, 2024
- Messages
- 1
- Office Version
- 365
- 2016
- Platform
- Windows
Hello Geniuses,
I am trying to find a way, formula or VBA, to transcribe records.
Sheet1 Column A has the title of record
Sheet1 Column D has the date of the record
Sheet2 Column A has the title of record (new sheet that info needs to transcribe to)
Sheet2 Column D needs to have today's date if the Sheet1ColD is not blank
If Sheet1 cell A3 = sheet2 cell A3 AND sheet1 cell D3 is not blank, THEN sheet2 cell D3 enters today's date; if sheet1 cell D3 is blank, do nothing.
I have 500 rows to complete this on.
I am in need of some way to find if all the rows in the first sheet match the second sheet, if so, then if the first sheet has a date recorded, then the new sheet needs to have today's date.
thank you to anyone that can help.
-TD
I am trying to find a way, formula or VBA, to transcribe records.
Sheet1 Column A has the title of record
Sheet1 Column D has the date of the record
Sheet2 Column A has the title of record (new sheet that info needs to transcribe to)
Sheet2 Column D needs to have today's date if the Sheet1ColD is not blank
If Sheet1 cell A3 = sheet2 cell A3 AND sheet1 cell D3 is not blank, THEN sheet2 cell D3 enters today's date; if sheet1 cell D3 is blank, do nothing.
I have 500 rows to complete this on.
I am in need of some way to find if all the rows in the first sheet match the second sheet, if so, then if the first sheet has a date recorded, then the new sheet needs to have today's date.
thank you to anyone that can help.
-TD