View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default How to display a value in say B2 in B3 IF a value in B1 is true

In B3, use the formula =IF(B1,B2,"") , assuming that you want B3 to be blank
if B1 is false.
--
David Biddulph

"lespal" wrote in message
...
I want to copy a value cell B2 into cell B3 IF a value in B1 is true.