'= asterisk since it italicizes instead of showing. I am using the Excel module. To locate the row of the data I am using in BAS, I FIND ALL CELLS that match my variable. It returns 0'23 in the Found Cells List. For one, it's actually row 24, so I have to add 1 to the row to get to the proper record. My goal is to locate record in column A using variable, then update column B, so to make it correct, I need to 1'(23+1).
When I try to parse list as instructed with an asterisk "*", it returns: Result of expression '(VAR_XLSX_FOUND_CELLS_LIST).split' [undefined] is not a function. during execution of action

