G
Guest
I have a worksheet that has the following data.
5000 10000 15000 25000
A 1 6 7 9
B 3 4 2 1
C 5 5 7 3
D 12 16 15 99
What I want to do through code is to supply 10000 and C through variables to
a function and have it return to me a 5. Does anyone have any code that would
accomplish this?
5000 10000 15000 25000
A 1 6 7 9
B 3 4 2 1
C 5 5 7 3
D 12 16 15 99
What I want to do through code is to supply 10000 and C through variables to
a function and have it return to me a 5. Does anyone have any code that would
accomplish this?