I'd appreciate any help for this. I want to post the data from one cell on a worksheet to a new column on a worksheet. The tricky part is, the data needs to be posted on a specific row based on 2 criteria (year and quarter).
Example:
Worksheet 1 - Has the criteria and data to be posted
[pre]
[/pre]
So, in the above example, we have known criteria of Year = 2012 (A1) and Quarter = 3rd (B1) and the data to be posted (C1). How do I search for the correct row (7) and post the data to the column (C7)?
Thanks! -Maku
Example:
Worksheet 1 - Has the criteria and data to be posted
[pre]
Code:
Year Quarter Data to be posted
2012 3rd 5
Worksheet 2 - Location where data needs to be posted
Year Quarter Data to be posted
2011 1st
2011 2nd
2011 3rd
2011 4th
2012 1st
2012 2nd
2012 3rd 5
2012 4th
So, in the above example, we have known criteria of Year = 2012 (A1) and Quarter = 3rd (B1) and the data to be posted (C1). How do I search for the correct row (7) and post the data to the column (C7)?
Thanks! -Maku