Avatar of Fabrice Lambert
Fabrice Lambert
Flag for France asked on

Fields in Ms Word

Hi,

In a word document, I have a table with data pulled from a database.
The last row of the table is a formula field counting the number or rows in the table. ({ = COUNT(ABOVE) }).

I would like the sentence above the table to be plurial if the numbers of rows is greater than 1.
How can I achieve this ?
Microsoft Word

Avatar of undefined
Last Comment
Fabrice Lambert

8/22/2022 - Mon
OMC2000

It should be something like the following:
{ IF {=COUNT(ABOVE} = 1 "1" "{=COUNT(ABOVE)}s" }

Open in new window

ASKER CERTIFIED SOLUTION
Fabrice Lambert

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck