1- I have a range like this: A1:A4 = {1;2;3;4}.
Use this formula: IF(A1:A4<4,1,""), return {1;1;1;""}.
Now I 'd like to replace "", to get: {1;1;1}.
2- I have A1=1; A2=2; C1=3; C2=4.
I'd like to have a range like this {1;2;3;4}.
For 1 and 2, Could you please assist me on which formula to use ?
Bookmarks