View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
CM CM is offline
external usenet poster
 
Posts: 136
Default Returning "blank" when first cell is blank

try this:

=if(isblank('Performance Analysis'!A5)=TRUE,"",'Performance Analysis'!A5)
--
hope to help,
cm


"lisab" wrote:

I'm setting up a second worksheet where in column A, I just want the
appropriate information in column A on the previous worksheet to populate.
(Information that is being entered will be names of individuals.) I am
currently using the following formula:

='Performance Analysis'!A5

However, I would like to add that if the cell is blank, no information is
entered on the 2nd worksheet. How do I add that additional stipulation? Any
information is appreciated.