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

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
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,111
Messages
6,128,898
Members
449,477
Latest member
panjongshing

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