Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 328
Default copying text on sheet 1 to corresponding cells on sheets 2 to 5

I want the text entered in A8 on sheet 1(named Productivity) to automatically
transfer to A8 on sheets 2 thru 5. I used the simple formula
=Productivity!a8 in the corresponding cells but when there is no data in
Productivity A8 I get a 0 in the corresponding cells. I would like the
corresponding cells to remain blank if there is not text in Productivity A8.
I am really new to excel, like only used it two weeks! Is there a simple fix
to this?
--
newbie at large!
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,533
Default copying text on sheet 1 to corresponding cells on sheets 2 to 5

Hi

A formula will always return 0 if it's refering to an empty cell. This
formula will let the cell look empty if no value is entered in A8 in sheet1

=if(Productivity!a8="";"";Productivity!A8)

Regards,
Per

"Lisa" skrev i meddelelsen
...
I want the text entered in A8 on sheet 1(named Productivity) to
automatically
transfer to A8 on sheets 2 thru 5. I used the simple formula
=Productivity!a8 in the corresponding cells but when there is no data in
Productivity A8 I get a 0 in the corresponding cells. I would like the
corresponding cells to remain blank if there is not text in Productivity
A8.
I am really new to excel, like only used it two weeks! Is there a simple
fix
to this?
--
newbie at large!


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default copying text on sheet 1 to corresponding cells on sheets 2 to 5

=IF(Productivity!A8="","",Productivity!A8)


Gord Dibben MS Excel MVP

On Tue, 30 Sep 2008 13:39:01 -0700, Lisa
wrote:

I want the text entered in A8 on sheet 1(named Productivity) to automatically
transfer to A8 on sheets 2 thru 5. I used the simple formula
=Productivity!a8 in the corresponding cells but when there is no data in
Productivity A8 I get a 0 in the corresponding cells. I would like the
corresponding cells to remain blank if there is not text in Productivity A8.
I am really new to excel, like only used it two weeks! Is there a simple fix
to this?


  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 328
Default copying text on sheet 1 to corresponding cells on sheets 2 to

I copied the formula exactly as you have typed it and am being told it is
invalid, any explanation as to why?
--
newbie at large!


"Per Jessen" wrote:

Hi

A formula will always return 0 if it's refering to an empty cell. This
formula will let the cell look empty if no value is entered in A8 in sheet1

=if(Productivity!a8="";"";Productivity!A8)

Regards,
Per

"Lisa" skrev i meddelelsen
...
I want the text entered in A8 on sheet 1(named Productivity) to
automatically
transfer to A8 on sheets 2 thru 5. I used the simple formula
=Productivity!a8 in the corresponding cells but when there is no data in
Productivity A8 I get a 0 in the corresponding cells. I would like the
corresponding cells to remain blank if there is not text in Productivity
A8.
I am really new to excel, like only used it two weeks! Is there a simple
fix
to this?
--
newbie at large!



  #5   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default copying text on sheet 1 to corresponding cells on sheets 2 to

I copied the formula exactly as you have typed it and am being told it is
invalid, any explanation as to why?


The semicolons in Per's formula need to be changed to commas. It's a
settings sort of thing where semicolons are used as separators (in Per's
version) instead of commas. See Gord's suggestion.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:18,300 Files:361 Subscribers:58
xdemechanik
---



  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,344
Default copying text on sheet 1 to corresponding cells on sheets 2 to 5

Hi Lisa,

Typing can get you into trouble:

1. Select cell A2 on sheet2
2. Hold down the Shift key and click sheet5 tab (if they are adjacent, if
not click each sheet tab while holding down the Ctrl key) You are in Group
mode and whatever you do to one sheet of the selection is done to all.
3. Type =
4. Click on the Productivity sheet tab and then on cell A8.
5. Press Enter.
6. You should deactivate Group mode - either right click the tab of any
selected sheet and choose Ungroup or click on a non-selected sheet
(Productivity)

--
Thanks,
Shane Devenshire


"Lisa" wrote:

I want the text entered in A8 on sheet 1(named Productivity) to automatically
transfer to A8 on sheets 2 thru 5. I used the simple formula
=Productivity!a8 in the corresponding cells but when there is no data in
Productivity A8 I get a 0 in the corresponding cells. I would like the
corresponding cells to remain blank if there is not text in Productivity A8.
I am really new to excel, like only used it two weeks! Is there a simple fix
to this?
--
newbie at large!

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
Copying Data from Multiple Sheets to One sheet MAB Excel Worksheet Functions 1 January 15th 08 08:28 PM
copying one cell in multiple sheets into a column on one sheet LeahR Excel Worksheet Functions 3 June 1st 07 05:55 PM
copying charts into new sheets, data is pulled from old sheet kstevens Charts and Charting in Excel 1 February 24th 06 02:59 PM
copying the same cells from many sheets t.o. Excel Worksheet Functions 3 February 16th 06 10:35 PM
copying text across sheets nospam Excel Worksheet Functions 1 July 26th 05 07:05 PM


All times are GMT +1. The time now is 04:28 PM.

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

About Us

"It's about Microsoft Excel"