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

i am working on excell i wanted to copy text from one cell on worksheet 1 to
another cell in worksheet 2, this works using =sheet command, but if there is
no text in the cell on worksheet 1 it shows a 0 on worksheet 2 cell, it there
a way so it will not show 0
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default excel

Maybe

=IF(Sheet2!A1<"",Sheet2!A1,"")

Mike

"grahame" wrote:

i am working on excell i wanted to copy text from one cell on worksheet 1 to
another cell in worksheet 2, this works using =sheet command, but if there is
no text in the cell on worksheet 1 it shows a 0 on worksheet 2 cell, it there
a way so it will not show 0

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default excel

=if(a1="","",Sheet1!a1)

Regards,
Fred

"grahame" wrote in message
...
i am working on excell i wanted to copy text from one cell on worksheet 1
to
another cell in worksheet 2, this works using =sheet command, but if there
is
no text in the cell on worksheet 1 it shows a 0 on worksheet 2 cell, it
there
a way so it will not show 0


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



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