View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Joe Joe is offline
external usenet poster
 
Posts: 476
Default Rounding to integers and adding plus sign

Thanks! this is exactly what I was looking for

"Dave" wrote:

Hi,
Try this in N15:
=If(N160,"+","")
Is this what you need?
Regards - Dave.