Total width of selected columns?

S

sarah

Hello, how might I calculate the total width of selected columns?

For example the width of column A + width of column B + width of column C?
In pixels or inches.

Would this also apply to rows?

Thank you.
 
D

Don

Also, from your sheet you can enter the following formula

=Cell("width",A1)+Cell("width",b1)+Cell("width",c1)
 
Top