Hello! There’s a problem a just cannot solve and there’s nothing to be found in all the forums I’ve been searching for 2 days already… I hope it’s going to be an easy one for you guys, maybe it’s so trivial that nobody needed to ask before.
I’ve got a table like this:
A B
2020-01-02 32
2020-01-17 15
2020-02-10 36
2020-02-18 40
2020-02-25 67
2020-03-01 55
2020-03-10 70
etc.
All I want to do is to fetch the last value in B for january (15 in this example), february (67) etc. for use in another spreadsheet.
I spent 2 days trying everything from the internet, lookup, offset, match, but as if it wasn’t hard enough already, adding any date-magic makes this one impossible for me to grasp…
Really hope someone can help, many thanks in advance!