I've been using a spreadsheet I created 5 years ago, which has grown and evolved the entire time. I use long and complicated formulas, many of which make heavy use of arrays, using INDEX and MATCH.
I had to look at one of my formulas today, and noticed that NONE of my formulas are as they were entered. This has recently changed, and I don't know why.
Here is an example of one of them:
=INDEX('BBA Pricing'!R6C1:R141C7,MATCH(R[-34]C[-7]&R[-34]C[-6]&R[-34]C[-5]&R[-34]C[-4]&R[-34]C[-3]&R[-34]C[-2],'BBA Pricing'!R6C[-9]:R141C[-9]&'BBA Pricing'!R6C[-8]:R141C[-8]&'BBA Pricing'!R6C[-7]:R141C[-7]&'BBA Pricing'!R6C[-6]:R141C[-6]&'BBA Pricing'!R6C[-5]:R141C[-5]&'BBA Pricing'!R6C[-4]:R141C[-4],0),7)
That is NOT how it has read for the last 5 years. I know it still works the way it always has, but don't want it to read like this. I can't understand it in this form. Can anybody tell me how to make my formulas read the way they were typed?
I had to look at one of my formulas today, and noticed that NONE of my formulas are as they were entered. This has recently changed, and I don't know why.
Here is an example of one of them:
=INDEX('BBA Pricing'!R6C1:R141C7,MATCH(R[-34]C[-7]&R[-34]C[-6]&R[-34]C[-5]&R[-34]C[-4]&R[-34]C[-3]&R[-34]C[-2],'BBA Pricing'!R6C[-9]:R141C[-9]&'BBA Pricing'!R6C[-8]:R141C[-8]&'BBA Pricing'!R6C[-7]:R141C[-7]&'BBA Pricing'!R6C[-6]:R141C[-6]&'BBA Pricing'!R6C[-5]:R141C[-5]&'BBA Pricing'!R6C[-4]:R141C[-4],0),7)
That is NOT how it has read for the last 5 years. I know it still works the way it always has, but don't want it to read like this. I can't understand it in this form. Can anybody tell me how to make my formulas read the way they were typed?