I have a spreedsheet that has 3 columns, I have trying to have the last one filled in automatically. Column C will be a result of A and B together and output a number 1-25. So if A1=1 and B1=1 then C1=25 If A1=2 and B1=1 then C1=24 If A1=1 and B1=2 then C1=23 and so on until A1=5 and B1=5 then C1=1
So I am dealing with potentially 25 If statements per column and not even sure that thats possible, would indexing arrays be an option if so how? there are 20-30 rows and this same forumal will be used on several sheets so if I can get it figured out it would be worth the time as it will be used often.
Any and all help greatly appreciated!
Bookmarks