Another way...
="Totals ("&COUNTA(C6:C17)&MID(" Months",1,7-(COUNTA(C6:C17)=1))&")"
--
Jim Cone
Portland, Oregon USA
http://www.mediafire.com/PrimitiveSoftware
(free and commercial excel programs)
"Colin Hayes" <(E-Mail Removed)>
wrote in message
news:(E-Mail Removed)...
>
> Hi All
>
> I use the following formula to count entries into C6:C17 , and say how many months have been taken
> up :
>
> ="Totals ("&COUNTA(C6:C17)&" Months)"
>
> The syntax is clearly wrong when the there is only one entry , reading "Totals (1 Months)".
>
> Can anyone suggest an amendment so that this will read "Totals (1 Month)" and accommodate the
> single entry?
>
> Grateful for any help.