Please help! I am trying to formulate an Apps Script to do the following.
all data will be in one column, and I need to search that column n a specific text and return all numerical values below it until it hits another string of text. I have found some ways to find text, but nothing to pull all "non-text" values below it until it hits another cell containing text. I am assuming this will have to contain a loop function, but I would appreciate any help possible.