Ronderbecke
Board Regular
- Joined
- Oct 4, 2017
- Messages
- 73
I have an excel document where I have a function working just fine but I cannot get it to work in google sheets. I can't seem to figure out why it won't work properly, but I feel like it is because its using dates. I have tried using text() and indirect() functions along with formatting the columns to show as plain text and nothing works. Here is currently the function working in excel:
=INDEX($A$2:$A$10,MATCH(B3,$A$2:$A$10,1))
It pulls perfectly but gives in google sheets in always just displays the last date in the row? Do I have to use a different function?
=INDEX($A$2:$A$10,MATCH(B3,$A$2:$A$10,1))
8/1/2021 | 8/12/2021 | 8/1/2021 |
9/17/2021 | 9/5/2021 | |
12/13/2021 | ||
1/17/2022 |