I am trying to recreate a workflow similar to the Excel formula =IF(SUMIFS(Parcels_4.22!AB:AB,Parcels_4.22!H:H,"yes")>(E6*0.15),SUMIFS(Parcels_4.22!AB:AB,Parcels_4.22!H:H,"yes")>(E6*0.15),0). I am having trouble introducing the threshold figure of 15% into the workflow. I am using a Filter tool to recreate the SUMIF aspect of the formula; however, I am calculating the 15% threshold separately. Therefore, I am having a hard time figuring out how to introduce the 15% threshold to the total produced from the filtered data for comparison. If the total produced from the filtered data is greater than the 15% threshold, then I will need to include the total produced from the filtered data within my Borrowing Base Report.
Thank you for your help!!!