I will be grateful for help with the following
I have an array in the following manner:
31/01/2018 28/02/2018 31/03/2018 30/04/2018 31/05/2018 30/06/2018......
First 120 0 145 0 0 20
2nd 0 10 0 6 0 0
.
.
Using a formula I will like to return any non-zero value with their associated date e.g. for First I will like to return the following
120 31/01/2018
145 31/03/2018
20 30/06/2018
The numbers in the array are derived by formula and I can't use traditional index/match because I don't know the date that the non-zero will occur beforehand. I know the column headers that will have the non zero- values
Will be grateful for help with formula that can achieve what I want.
Many thanks.
I have an array in the following manner:
31/01/2018 28/02/2018 31/03/2018 30/04/2018 31/05/2018 30/06/2018......
First 120 0 145 0 0 20
2nd 0 10 0 6 0 0
.
.
Using a formula I will like to return any non-zero value with their associated date e.g. for First I will like to return the following
120 31/01/2018
145 31/03/2018
20 30/06/2018
The numbers in the array are derived by formula and I can't use traditional index/match because I don't know the date that the non-zero will occur beforehand. I know the column headers that will have the non zero- values
Will be grateful for help with formula that can achieve what I want.
Many thanks.