View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
bobwilson[_3_] bobwilson[_3_] is offline
external usenet poster
 
Posts: 1
Default defining a formula


You could try

This will work if the cell is not blank.
=if(pricing!$c$2<"", pricing!b15,"")

This will work if the the cell is greater the Zero
=if(pricing!$c$20, pricing!b15,"")


--
bobwilson
------------------------------------------------------------------------
bobwilson's Profile: http://www.excelforum.com/member.php...o&userid=33046
View this thread: http://www.excelforum.com/showthread...hreadid=528649