Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jon Jon is offline
external usenet poster
 
Posts: 183
Default How to move a column from one sheet to another by using functions

hi ,
i want to move column#3 from sheet#1 to Sheet#2 if cell J3 in sheet#1 filled
with
date
is that possible
thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 623
Default How to move a column from one sheet to another by using functions

No. You can do it with a macro, but not with functions.

You may be able to achieve what you want with If statements in Sheet2, as in:

=if(j3="date",sheet1!c1,"")

Copy down as needed.

--
Regards,
Fred


"Jon" wrote in message
...
hi ,
i want to move column#3 from sheet#1 to Sheet#2 if cell J3 in sheet#1 filled
with
date
is that possible
thanks



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
move rows of data seperated in a sheet to a sheet with no separat Lynn Excel Worksheet Functions 5 December 22nd 06 03:18 AM
how to move the cursor to column A after entering data column F tskaiser New Users to Excel 2 April 29th 06 02:28 PM
How do i keep a column stationary but move the rest of the sheet? SAM20 Excel Discussion (Misc queries) 1 April 1st 06 02:55 PM
move contents of column C based on criteria related to column A Debra Excel Discussion (Misc queries) 2 December 27th 05 10:25 PM
I would like to move from sheet to sheet in a workbook using keybo k-cess New Users to Excel 1 April 12th 05 03:23 AM


All times are GMT +1. The time now is 01:32 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"