View Single Post
 
Old 08-01-2018, 06:48 AM
Dave T Dave T is offline Windows 7 64bit Office 2013
Advanced Beginner
 
Join Date: Nov 2014
Location: Australia
Posts: 66
Dave T is on a distinguished road
Default

Hello Paul,

Just one more question...

I have further completed the form and have added a table cell that should return the highest residual risk from the last column (Risk (ii) i.e. column 9).

I have this working in Excel using the following formula:

=IF(COUNTIF($J$11:$J20,"High")>0,"High",IF(COUNTIF ($J$11:$J20,"Significant")>0,"Significant",IF(COUN TIF($J$11:$J20,"Moderate")>0,"Moderate",IF(COUNTIF ($J$11:$J20,"Low")>0,"Low",""))))

I know the range in the formula above would need to manually adjusted depending upon the number of rows used or I could use a dynamic named range, but how can this be done in Word using content controls for an unknown number of rows ?

Regards,
Dave T
Attached Files
File Type: dotm Scouts Risk Assessment (2018-07-25).dotm (66.0 KB, 35 views)
Reply With Quote