View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Spanishearl Spanishearl is offline
external usenet poster
 
Posts: 2
Default How can I place a formula inside another formula?

What I'm looking to do is basically this:

=IF(C23<0,"=D20-C23","None")

I want the formula to give me a number if true and say None if false