Thread: sum if
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default sum if

Try this:

=IF(ISNUMBER(A1),A1,A2)

Hope this helps.

Pete

On Sep 16, 9:54*am, Stefan wrote:
Hi,

I looking for an easy formula that will do the following procedu

In cell A3

If cell A1 contains a value (0 - infinity) show value of A1, if not show
value in cell A2

Regards Stefan