I have a sheet that has been in use for three years. It is populated by intake forms. Nothing on the forms or the formulas/references has changed in these three years of use. We have not had any problems with the formulas working.
All of a sudden, when new rows are inserted, the formulas/references have stopped working correctly.
This sheet references a column in the same sheet as a conditional and then looks to another sheet for a set match of data to populate the Cells....
=VLOOKUP([Request Type]2, {Ticket Rules Range 3}, 3, false)
&
=VLOOKUP([Request Type]2, {Ticket Rules Range 3}, 2, false)
The problem is:
1) the cells have stopped auto-populating although nothing in the sheet or reference sheet seems to have changed.
2) I did simply copy the formula to the blank cells and it does then auto-populate, but it is referencing the Row from which I copied the formula (easily fixed). However, this has to now be done manually.
Any ideas? I think I have checked everything.