To loop through all non-formula values in a range using OfficeScripts, you can utilize the values property of the Range object. Here’s an example of a function that loops through all non-formula values in a range: function loopThroughValuesInRange(rangeAddress) { // Get the active worksheet var…