Forum Discussion
luungockhai
Jan 10, 2022Copper Contributor
Query the date with number input in the excel array
Hello Experts, I have a trouble with my data, could you please help to support finger out solution about MS formula Cell: H5 i would like to show the "date In put" (should be: 8/1/2021) Cell: I5 i...
- Jan 11, 2022There is likely an easier solution but try this:
=INDEX(3:3,1,AGGREGATE(15,6,1/(1/(ISNUMBER($N6:$Q6)*COLUMN($N6:$Q6))), 1))
luungockhai
Jan 11, 2022Copper Contributor
Thanks mtarler I still using MS 2010 it is not workable. BTW thanks for your reply
mtarler
Jan 11, 2022Silver Contributor
There is likely an easier solution but try this:
=INDEX(3:3,1,AGGREGATE(15,6,1/(1/(ISNUMBER($N6:$Q6)*COLUMN($N6:$Q6))), 1))
=INDEX(3:3,1,AGGREGATE(15,6,1/(1/(ISNUMBER($N6:$Q6)*COLUMN($N6:$Q6))), 1))
- luungockhaiJan 14, 2022Copper Contributor
mtarlerhello Mtarler,
i make some report, i got trouble, i can not solve it. could you please do me a favor!
I would like to get the "date" in column J & K. Below is my expectation, i already add comment into attached file. could you please review it to understanding my description. Thanks mtarler.
- mtarlerJan 14, 2022Silver Contributor
luungockhai ok so it got a bit more complicated... i hope I included all the caveats in the attached