M
Microsoft Newsgroups
How can I use the column letter in a formula?
=sum(c10:ax10)
I want the "ax10" to be dynamic based on a cell value. For example, it the
cell value is 14, I want to use the 14th column (N) in stead of "AX"
I know how to do this in VBA, but not sure how using a worksheet function.
Any help is appreciated.
Thanks,
Tom
=sum(c10:ax10)
I want the "ax10" to be dynamic based on a cell value. For example, it the
cell value is 14, I want to use the 14th column (N) in stead of "AX"
I know how to do this in VBA, but not sure how using a worksheet function.
Any help is appreciated.
Thanks,
Tom