The formula in a cell sums accross a row from a fixed column to the column
containing the formula
How do I have a variable which represents the active column?
Thank you
Don Guillett - 15 Feb 2008 13:55 GMT
??

Signature
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@austin.rr.com
> The formula in a cell sums accross a row from a fixed column to the column
> containing the formula
>
> How do I have a variable which represents the active column?
>
> Thank you
Dave Peterson - 15 Feb 2008 15:12 GMT
If my formula is in x17 (say), I could use this formula in X17:
=Sum($a17:W17)
it'll sum from column A to the column to the left of the cell with the formula
(X17 in my example).
> The formula in a cell sums accross a row from a fixed column to the column
> containing the formula
>
> How do I have a variable which represents the active column?
>
> Thank you

Signature
Dave Peterson