Posted 27 November 2023, 2:59 pm EST
I have a custom formula that receives n parameters (arrays), for example I can receive a single column of salaries (C2:C18), or several columns of salaries (C2:C11;D2:D11;E2:E11;F2:F11). I need a way to receive this as only one parameter, which contains all the columns, (an array of arrays), or a way to indicate what type of information the parameter is, since I don’t know the number of parameters that will be passed.