View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
HAS HAS is offline
external usenet poster
 
Posts: 2
Default Total width of selected columns?

=CELL("width";D1)+CELL("width";E1)+CELL("width";F1 )

hosam

"sarah" wrote:

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.