A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Function Question



 
 
Thread Tools Display Modes
  #1  
Old May 10th, 2009, 08:14 PM posted to microsoft.public.excel.worksheet.functions
Having Issues
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  
Old May 10th, 2009, 10:17 PM posted to microsoft.public.excel.worksheet.functions
Naz
external usenet poster
 
Posts: 78
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  
Old May 11th, 2009, 02:47 AM posted to microsoft.public.excel.worksheet.functions
Jacob Skaria
external usenet poster
 
Posts: 5,952
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  
Old May 18th, 2009, 05:12 PM posted to microsoft.public.excel.worksheet.functions
Having Issues
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  
Old May 18th, 2009, 05:29 PM posted to microsoft.public.excel.worksheet.functions
Glenn[_6_]
external usenet poster
 
Posts: 1,245
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  
Old May 18th, 2009, 10:17 PM posted to microsoft.public.excel.worksheet.functions
Gord Dibben
external usenet poster
 
Posts: 20,252
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.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:44 PM.


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