Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Function Question

I know this should be easy, but I haven't done formulas for a while.

I am trying to copy top to bottom of a spreadsheet via formulas instead of
copying and pasting them.

General idea:
If a cell is blank, leave it blank but if the cell contains any data, copy
the data.
--
Thank you
Having Issues
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Naz Naz is offline
external usenet poster
 
Posts: 85
Default Function Question

Hi

If you want to get information from say sheet1 into sheet2, then in sheet 2
you could put a formula like

=IF(Sheet1!A1="","",Sheet1!A1)

in cell A1 and then drag down and across as needed.
But bear in mind this is very different from copying, because if the data
changes in sheet 1 it will also change in sheet 2.

The only way to copy data is to use copy and paste as far as i know.

--

_______________________
Naz,
London
www.LivingWandsworth.co.uk


"Having Issues" wrote:

I know this should be easy, but I haven't done formulas for a while.

I am trying to copy top to bottom of a spreadsheet via formulas instead of
copying and pasting them.

General idea:
If a cell is blank, leave it blank but if the cell contains any data, copy
the data.
--
Thank you
Having Issues

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Function Question

If you are looking to copy the spreadsheet altogether as you mentioned ('copy
top to bottom of a spreadsheet ') right click on the sheet tab and try copy
worksheet option to copy that to a new workbook or to an existing workbook.

If this post helps click Yes
---------------
Jacob Skaria


"Having Issues" wrote:

I know this should be easy, but I haven't done formulas for a while.

I am trying to copy top to bottom of a spreadsheet via formulas instead of
copying and pasting them.

General idea:
If a cell is blank, leave it blank but if the cell contains any data, copy
the data.
--
Thank you
Having Issues

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Function Question

I am actually trying to copy cells from the top of the page to the bottom of
the page. Like a half page invoice. Copy the top invoice to the bottom so the
exact invoice appears on both halves so I don't have to print 2 pages of the
same invoice.
The top contains data and functions.
--
Thank you
Amy


"Jacob Skaria" wrote:

If you are looking to copy the spreadsheet altogether as you mentioned ('copy
top to bottom of a spreadsheet ') right click on the sheet tab and try copy
worksheet option to copy that to a new workbook or to an existing workbook.

If this post helps click Yes
---------------
Jacob Skaria


"Having Issues" wrote:

I know this should be easy, but I haven't done formulas for a while.

I am trying to copy top to bottom of a spreadsheet via formulas instead of
copying and pasting them.

General idea:
If a cell is blank, leave it blank but if the cell contains any data, copy
the data.
--
Thank you
Having Issues

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Function Question

Having Issues wrote:
I am actually trying to copy cells from the top of the page to the bottom of
the page. Like a half page invoice. Copy the top invoice to the bottom so the
exact invoice appears on both halves so I don't have to print 2 pages of the
same invoice.
The top contains data and functions.



Assume the "top" page starts in cell A1 and continues down and across to G20.
In cell A21 enter the formula =A1 and then copy down and across to cell G40.
Select rows 1:20 and copy them. Then select rows 21:40 and Edit / Paste Special
/ Formats.


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Function Question

To prevent zeros from appearing when a cell is blank, use Glenn's method but
change the formula to =IF(A1="","",A1) entered in A21 and copied down and
across to G40.


Gord Dibben MS Excel MVP

On Mon, 18 May 2009 11:29:46 -0500, Glenn wrote:

Having Issues wrote:
I am actually trying to copy cells from the top of the page to the bottom of
the page. Like a half page invoice. Copy the top invoice to the bottom so the
exact invoice appears on both halves so I don't have to print 2 pages of the
same invoice.
The top contains data and functions.



Assume the "top" page starts in cell A1 and continues down and across to G20.
In cell A21 enter the formula =A1 and then copy down and across to cell G40.
Select rows 1:20 and copy them. Then select rows 21:40 and Edit / Paste Special
/ Formats.


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
Question on which function to use [email protected] Excel Worksheet Functions 2 February 7th 09 04:21 AM
IF Function Question [email protected] Excel Worksheet Functions 1 January 23rd 08 05:31 PM
question about ABS Function Terry Excel Worksheet Functions 2 September 29th 07 04:08 PM
IF Function Question blucajun Excel Worksheet Functions 6 August 3rd 07 06:35 PM
Function Question Rubix Excel Worksheet Functions 5 February 7th 06 01:55 AM


All times are GMT +1. The time now is 09:02 PM.

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"