View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Returning "blank" when first cell is blank

=if('Performance Analysis'!A5,"",'Performance Analysis'!A5)



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.


--

Dave Peterson