Tagged Questions
0
votes
1answer
37 views
Find matches in 2 columns, compare data in third column with VBA
I am hoping someone can help. I am comparing prices of products between a master sheet and a local sheet. I need to flag when the prices don't match. The master sheet contains all possible products ...
-2
votes
1answer
55 views
Excel, find email from column that excist in second column [closed]
This is excel question, I have two columns both with email addresses. Column A have list of email addresses where emails were sent, and column B have list of emails where user opened emails (openers). ...
0
votes
2answers
828 views
Find value from one csv in another one (like vlookup) in bash (Linux)
I have already tried all options that I found online to solve my issue but without good result.
Basically I have two csv files (pipe separated):
file1.csv:
...
-1
votes
1answer
260 views
haskell, how to make a small database by using tuple
here s my question, i need to construct a database representing information about one country owning county owning city, using a list of 2-tuples (i.e., pairs)
for example c1 owns c2, which owns c3, ...