Many thanks Mike, that works a treat. Dave, I do not have a shortcut to listing Siblings, but the following technique will automatically omit the Individual themselves. Use the function expression below for each entry, and replace [1] with [2] et seq in two places in each one. =TextIf(IsSameItem(%INDI%,%INDI.FAMC[1]>CHIL[1]>%),"",%INDI.FAMC[1]>CHIL[1]> %) =TextIf(IsSameItem(%INDI%,%INDI.FAMC[1]>CHIL[2]>%),"",%INDI.FAMC[1]>CHIL[2]> %) ... =TextIf(IsSameItem(%INDI%,%INDI.FAMC[1]>CHIL[19]>%),"",%INDI.FAMC[1]>CHIL[19 ]>%) It works by testing if %INDI% is the same as the Sibling, and if so produces "" empty string, otherwise the Sibling. Regards, Mike Tate -----Original Message----- From: family-historian-users-bounces@rootsweb.com [mailto:family-historian-users-bounces@rootsweb.com] On Behalf Of Dave Simpson Sent: 07 February 2012 12:00 To: FAMILY-HISTORIAN-USERS-L@rootsweb.com Subject: [FHU] Individual Summary Report - Sibling List Individual Summary Report - Sibling List Does anyone know of a simple way of reporting a list of a person's siblings in this report? I have used a somewhat clumsy method so far that lists all children of the family: %INDI.FAMC[1]>CHIL[1]>% %INDI.FAMC[1]>CHIL[2]>% .... %INDI.FAMC[1]>CHIL[19]>% I have to have 19 entries to make sure that all siblings are listed (max is 18 to date), albeit that they are hidden when they don't exist. Unfortunately this duplicates the individual themselves which is what I would like to avoid (i.e. if the individual is child 4 the I don't want child 4 to appear in the Sibling list Any suggestions gratefully received Dave