G
Guest
I need to create two array formulas. The first looks at an array and if any value in the array is 1 (and there can only be at most one such value) then it identifies the value in the adjacent column. For example if in column A I have the following data beginning in row 1: 0,0,0,1,2. The formula would return the value in B4.
The other array formula looks at an array and if all values are zero it then returns zero and if not it sums another array. Thank you.
The other array formula looks at an array and if all values are zero it then returns zero and if not it sums another array. Thank you.