Hi All,
Is there any way to exit a FOREACH loop before it finishes looping through the data? I have a foreach loop and when it finds a certain value I want it exit the loop. Currently it loops through the data, when it finds the appropriate value it stores it in a variable and keeps looping through the rest of the data. This continued looping is not needed, so if it could exit the loop then the formula would run quicker.
Thanks
Kory