View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
pinmaster
 
Posts: n/a
Default Excel: with an if condition display a row of cell if true


Yes, one way is to do what I told you, but instead of selecting a few
rows select the entire column then paste into the other worksheet as
"link" Paste Special/Paste Link. Another way is to type the formula
directly into the other worksheet, somethink like:

=IF(SHEET1!B1="","",SHEET1!B1)

then copy down as needed.

HTH
JG


--
pinmaster
------------------------------------------------------------------------
pinmaster's Profile: http://www.excelforum.com/member.php...fo&userid=6261
View this thread: http://www.excelforum.com/showthread...hreadid=495632