Hi All,
I have two sheets set up, one for data entry and another for calculations. I need the calculation sheet rows to reference the same row on the data entry sheet, so row 1 on the calc sheet references row 1 on the data sheet, row 2 on the calc sheet references row 2 etc. However, when I drag the formula down on the calc sheet, it references the first row on the data sheet. If I manually set up each row it works fine, but I am expecting several hundred rows and I don't have time to create each row manually. Any thoughts?
PS I am not using any $.
The formula is:
=IF({JC 2018 Findings Range 3} = "High", 3, IF({JC 2018 Findings Range 3} = "Moderate", 2, IF({JC 2018 Findings Range 3} = "Low", 1)))