I have a formula in an Excel cell, as follows
The values in bold, black font change from row to row.
The values in bold, blue font need to remain constant, as they are defaults that will apply equally to every row.
Is there a way in which this could be written such that the blue values don't change when I copy and paste the formula over, say, 500 rows? At present, if I do that row 500 refers to AE512 rather than the desired AE10.
I've been searching for help on this but I'm unsure even what terminology to look for.
Any suggestions are much appreciated.
Code:
=IF([COLOR=black][B]Y8[/B][/COLOR]=1,(1.2*([COLOR=navy][B]AE10[/B][/COLOR])),IF([B][COLOR=black]Y8[/COLOR][/B]=2,(0.8*([B][COLOR=navy]AE10[/COLOR][/B])),IF([COLOR=black][B]Y8[/B][/COLOR]=3,(0.4*([COLOR=navy][B]AE10[/B][/COLOR])),IF([B][COLOR=black]Y8[/COLOR][/B]=4,0))))
The values in bold, blue font need to remain constant, as they are defaults that will apply equally to every row.
Is there a way in which this could be written such that the blue values don't change when I copy and paste the formula over, say, 500 rows? At present, if I do that row 500 refers to AE512 rather than the desired AE10.
I've been searching for help on this but I'm unsure even what terminology to look for.
Any suggestions are much appreciated.