-
Suppose I have 2 sheets:
And then I would want to associate the keys in the second sheet with the values from the first sheet. Ex (covid numbers exerpt and cleaned up from the Dutch health institute): In this case I would want to resolve the What I've tried: Thanks in advance to anyone answering. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @dtomvan, this is an interesting use case. I can see how key-value lookup would be super useful, and we might add a feature for something like it in the coming months. In the meantime, would the |
Beta Was this translation helpful? Give feedback.
-
@dtomvan I'm not sure I understand. Want to get this? |
Beta Was this translation helpful? Give feedback.
Hi @dtomvan, this is an interesting use case. I can see how key-value lookup would be super useful, and we might add a feature for something like it in the coming months. In the meantime, would the
extend
jointype work for you? It should preserve the original sheet type and row order and just add the column to the original data, as you want. It might be a bit of a hassle, getting the keys set up for the join and then reset afterwards, but it's worth a try for your case.