Thecraftycarrot
New Member
- Joined
- Nov 8, 2018
- Messages
- 27
Hi what i am trying to do is move data captured in one sheet, into a secondary sheet once the form has been completed.
But the sticker is it needs to be triggered only when 2 criterion are met, and then it needs to find and override information based on one of the criterion.
So lets say the following applies:
Sheet 1 = Data capture form
Sheet 2 = Data table capturing responses.
The critireon that needs to be met to move one form the other is:
B1 = "YES"
A1 <> ""
A1 is a cell where the vendor name is populated.
Therefore if both criterion is TRUE, i need to find the name given in a1 within column A in sheet 2.
Once this has been found i need to do the following
Copy cells c3 (sheet 1) into column d in sheet 2(row to be defined by the row the vendor name was found)
Copy cells j24 (Sheet 1) into column F in sheet 2 (As per above brackets)
not sure if it makes a difference but the data in sheet 2 will be recorded within a table.
If anyone could help would be appreciated, as i have been stuck and going round in circles for days.
But the sticker is it needs to be triggered only when 2 criterion are met, and then it needs to find and override information based on one of the criterion.
So lets say the following applies:
Sheet 1 = Data capture form
Sheet 2 = Data table capturing responses.
The critireon that needs to be met to move one form the other is:
B1 = "YES"
A1 <> ""
A1 is a cell where the vendor name is populated.
Therefore if both criterion is TRUE, i need to find the name given in a1 within column A in sheet 2.
Once this has been found i need to do the following
Copy cells c3 (sheet 1) into column d in sheet 2(row to be defined by the row the vendor name was found)
Copy cells j24 (Sheet 1) into column F in sheet 2 (As per above brackets)
not sure if it makes a difference but the data in sheet 2 will be recorded within a table.
If anyone could help would be appreciated, as i have been stuck and going round in circles for days.