How can I transpose reference cells by Auto-fill?
Thx! both answers is work
--
CKKwok
"Jarek Kujawa" wrote:
another way
presume yr auto-filled area (=A1,=B1...) is in A2, B2,...
select $A$2:$H$2 area, go to formula bar and insert the formula (this
is an array formula so CTRL+SHIFT+ENTER it)
=TRANSPOSE($A$2:$H$2)
|