Dragging by keeping the column the same

  • Thread starter Thread starter marksuza
  • Start date Start date
M

marksuza

Hi,

Can anybody help me? I have created a formula and I want to drag i
horizontally but keeping the same column. I used $G3, but it is no
working.

Thanks for the help.

Marco
 
Hi Marcos

$G3 works fine for me, could you please copy & paste your exact formula
(from the original cell and from the first cell you drag it to)

Regards
JulieD
 
Hi

if in Bloomberg-Model sheet N3
i have 2.4%
when i enter the following formula into sheet3 A1
='Bloomberg-Model'!$N3
and drag it to C1 i see
A B C
1 2.4% 2.4% 2.4%

(once i've formatted it as % - it initially appears as 0.024)

what do you see if you do the same?
or have i completely misunderstood the problem

Cheers
JulieD
 
Hi guys. No, what I want is for the column to stay the same but rows t
change. ='Bloomberg-Model'!$G3, if I drag this across, I get the sam
thing, the row number does not change. ????

Once again thanks.

Marco
 
Try this:

=INDIRECT("'Bloomberg-Model'!$G"&COLUMN(C1))

And drag across.

Don't worry about the row number (1) in the column function.
Doesn't really mean anything in this context.
Could use any row number you wish.

*BUT* ... I hope you're using this in the same workbook, on a different
sheet, because since this is using Indirect(), "'Bloomberg-Model' *must* be
open
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top