View Single Post
  #1   Report Post  
Yossi
 
Posts: n/a
Default Getting all positions of a value in an array or reference

Hi,
I have a reference to a row and in that row, several cells have the value of
1. I would like to get the positions of all of them from the array.
For example:
A1 A2 A3 A4 A5 A6
1 0 1 1 0 0

I would like to get A1, A3, A4
is there a way to retrieve that information in a single formula?
thanks