Hello,
I have been working on this for a while and have hit a wall, I have created a formulae that I want to copy down different cells but only change certain aspects of it. I need it copied to about 100 cells and hope there is an easier way than manually changing each one.
The formulae is
=IF(I5=Sheet2.G17, Sheet2.G22&Sheet2.G25&D5&Sheet2.G22&Sheet2.G25, IF(I5=Sheet2.G18, Sheet2.G23&Sheet2.G25&D5&Sheet2.G23&Sheet2.G25, IF(I5=Sheet2.G19, Sheet2.G24&Sheet2.G25&D3&Sheet2.G24&Sheet2.G25, D5)))
I only wish to change I5 and D5 to the corresponding row and want to keep the other values the same, is there any way to do this or will I have to do it manually?
Many thanks in advance,
Martin.