I hope I can explain this correctly.
I have a formula shown below that I have to change every week. I was looking for a way to make it easier to do.
This is the formula:
=IF($Games.$J$111="","",IF($Games.$J$111=$Games.$L$111,"T",IF($Games.$J$111<$Games.$L$111,"W","L")))
The 111 in the formula is a line number that changes each week. I have to manually change it for about 60 entries. I will know what the next number is for the line but was wondering if there was a way I could read something that would change the formula for me.
Right now I copy and paste the formula to the next location and copy and paste from the previous entry and then do a search and replace on the number.