Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying Data from Multiple Sheets to One sheet | Excel Worksheet Functions | |||
copying one cell in multiple sheets into a column on one sheet | Excel Worksheet Functions | |||
copying charts into new sheets, data is pulled from old sheet | Charts and Charting in Excel | |||
copying the same cells from many sheets | Excel Worksheet Functions | |||
copying text across sheets | Excel Worksheet Functions |