Thread: Totaling Fields
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ananth Ananth is offline
external usenet poster
 
Posts: 51
Default Totaling Fields

I am updating the field YTD-2006 with month fields which are 5 decimal.
I am using nz([Table]!Jan,0)+ nz([Table]!Feb,0)€¦.. nz([Table]!Dec,0) etc..
However, I am not seeing the decimal results in YTd-2006 Field. Can anyone
enlighten me, where the mistake lies.

Thanks in advance