Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default problem with formulas


hi,

i have problem in dragging the formulas

if i give cell reference in a1

for ex =Sheet2!A1 in cell a1 in sheet 1

i couldnt drag the formula to cell b1. If i drag the formula it is
showing as =Sheet2!B1. instead i need it like =Sheet2!A2

But when i drag horizontally the formula is working but i couldnt copy
and paste as it is not working.

Please help


--
Sathisc
------------------------------------------------------------------------
Sathisc's Profile: http://www.thecodecage.com/forumz/member.php?userid=187
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=97698

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default problem with formulas

Hi,

Try this

=INDIRECT("Sheet2!A"&COLUMN(A1),1)

Mike

"Sathisc" wrote:


hi,

i have problem in dragging the formulas

if i give cell reference in a1

for ex =Sheet2!A1 in cell a1 in sheet 1

i couldnt drag the formula to cell b1. If i drag the formula it is
showing as =Sheet2!B1. instead i need it like =Sheet2!A2

But when i drag horizontally the formula is working but i couldnt copy
and paste as it is not working.

Please help


--
Sathisc
------------------------------------------------------------------------
Sathisc's Profile: http://www.thecodecage.com/forumz/member.php?userid=187
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=97698


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default problem with formulas

OOPS,

Try this instead.

=INDIRECT("Sheet2!A"&COLUMN(A1))

Mike

"Mike H" wrote:

Hi,

Try this

=INDIRECT("Sheet2!A"&COLUMN(A1),1)

Mike

"Sathisc" wrote:


hi,

i have problem in dragging the formulas

if i give cell reference in a1

for ex =Sheet2!A1 in cell a1 in sheet 1

i couldnt drag the formula to cell b1. If i drag the formula it is
showing as =Sheet2!B1. instead i need it like =Sheet2!A2

But when i drag horizontally the formula is working but i couldnt copy
and paste as it is not working.

Please help


--
Sathisc
------------------------------------------------------------------------
Sathisc's Profile: http://www.thecodecage.com/forumz/member.php?userid=187
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=97698


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 265
Default problem with formulas


In article ,
Sathisc wrote:

hi,

i have problem in dragging the formulas

if i give cell reference in a1

for ex =Sheet2!A1 in cell a1 in sheet 1

i couldnt drag the formula to cell b1. If i drag the formula it is
showing as =Sheet2!B1. instead i need it like =Sheet2!A2

But when i drag horizontally the formula is working but i couldnt copy
and paste as it is not working.

Please help


Try...

A1, copied across:

=INDEX(Sheet2!$A:$A,COLUMNS($A1:A1))

--
Domenic
http://www.xl-central.com
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default problem with formulas

Drag across the columns (the way that works)


then, in A2, enter: =TRANSPOSE(A1:Z1)

copy A2 then, highlight from A2 - A27.

Hit Shift+Ctrl+Enter to enter as an array formula.



"Sathisc" wrote:


hi,

i have problem in dragging the formulas

if i give cell reference in a1

for ex =Sheet2!A1 in cell a1 in sheet 1

i couldnt drag the formula to cell b1. If i drag the formula it is
showing as =Sheet2!B1. instead i need it like =Sheet2!A2

But when i drag horizontally the formula is working but i couldnt copy
and paste as it is not working.

Please help


--
Sathisc
------------------------------------------------------------------------
Sathisc's Profile: http://www.thecodecage.com/forumz/member.php?userid=187
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=97698




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default problem with formulas


thanks everyone it works perfect


--
Sathisc
------------------------------------------------------------------------
Sathisc's Profile: http://www.thecodecage.com/forumz/member.php?userid=187
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=97698

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with formulas (2) Bowmanator Excel Discussion (Misc queries) 7 April 12th 09 07:16 PM
problem copying formulas Dan in Anchorage Excel Discussion (Misc queries) 1 February 17th 09 07:55 PM
Two Formulas, and a problem with both..................... Dan the Man[_2_] Excel Discussion (Misc queries) 3 September 26th 08 05:42 PM
Problem using average or sum formulas Miki Excel Worksheet Functions 3 August 8th 08 06:28 PM
Problem with formulas tufftoy Excel Worksheet Functions 4 July 20th 06 12:51 PM


All times are GMT +1. The time now is 02:54 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"