I have an excel book with two sheets Sheet 1: Contains Date which is presented as a list and then a table with values from A-L Sheet2 : Contains a table with date and serial numbers and values for each col.
Query:
I am doing Hlookup
from sheet 1 to sheet 2, to get values from sheet 2.
which I am successful.
I do not want to manually copy paste the Hlookup
formula..as I have a dataset of 200 rows.
I am also writing a formula to display values from Sheet 2 if available if not just maintain Sheet 1 value...
I have the formula written out..I need a way to automatically update the formula in each cell value in sheet 1.
Please find the attached sheet for more information. I have attached a dummy dataset.
Actual formula looks like:
IF(HLOOKUP(C3,'Pec-29'!D3:$X$94,3,0)="","Desk 46",(HLOOKUP(C3,'Pec-29'!D3:$X$94,3,0)))
I have an index from 3-235... I don't want to paste this one by one