No encontre equivalencia para "Offset"

pepesoto@chihuas

New Member
Joined
Sep 18, 2002
Messages
7
Porque lo que necesito es si tengo una serie de valores en una columna: A1=1, a2=2, a3=3, ponerlos en un mismo renglon: b1=1, c1=2, d1=3...
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Gracias Juan Pablo. Para no publicar en foro mi duda, segui tu consejo de usar el panel "inmediato" en VBA: range("a1").Formula="=offset(b1,2)", pero no aparece la equivalencia en español...¿porque?
Para lo que quiero trabajar, ¿uso "desref" en lugar de "transponer"?
 
Upvote 0
Si, el problema es que ahí, OFFSET necesita el segundo parámetro...<Pre>Range("A1").Formula = "=OFFSET(B1,2,0)"
?Range("A1").Formula
=OFFSET(B1,2,0)
?Range("A1").FormulaLocal
=DESREF(B1,2,0)</pre>
 
Upvote 0

Forum statistics

Threads
1,216,042
Messages
6,128,467
Members
449,455
Latest member
jesski

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top