0
votes
3answers
107 views

Find two matching rows and display data from the thirt one (Excel)

So i have Two Sheets. First sheet contains two columns BRAND | LEFTOVER The second sheet consists of two columns also. BRAND | LEFTOVER (%) So in case if the BRAND row value in the first Sheet ...
0
votes
1answer
2k views

Excel: Check if Cell value exists in Column, and return a value in the same row but different column

After Checking if a value exists in a column, I want to return the value of the cell in the same row to a different column. Specifically:I am checking to see if any values in column O match with ...
0
votes
2answers
55 views

Trying add up values but have multiple entries

I am trying to look up the value in one column and pull the number from another column. Of course, I could use the simple V-lookup or Match. However, the first column of data has multiple entries that ...
0
votes
1answer
146 views

Excel Approximate Text Match

I'm trying to check how many strings in column A approximately match a string in column B. Example: If I have the string "angry_birds_iph_app" in column B, and "angry_birds_iph_app" and ...
0
votes
1answer
879 views

Comparing Data Between Excel Sheets

I have 2 extracts from the same data source both imported into excel. I need to compare the data to see if any are different, and highlight/display the ones that are. I don't know if I could use ...
1
vote
1answer
234 views

Use Two Different columns to compare to another worksheet

I have two columns that are different from each other. One containing numbers and the other containing text. Trying to compare (match) both to another separate worksheet. Of course, I can VLookup ...
-1
votes
2answers
385 views

Vlookup / Match max min number on different worksheet

I have 2 worksheets, one with company data and the other with a min max and answer column. What i need to do is find out if value in column D in the company data is between the min/max in worksheet 2 ...
0
votes
2answers
597 views

Conditional VLOOKUP

I have two excel spreadsheets: One has an id and a date The other one has an id, two dates and a value I am supposed to match the ids and return the value whenever the date in spreadsheet 1 is ...
0
votes
3answers
4k views

VLOOKUP across several columns in two workbooks

I have 2 workbooks. First is called June2122.xls It has columns such as Last Name (B2:B300), First Name (C2:B300), etc... Second is June Emails.xls It has columns such as Last Name (B2:B300), ...
0
votes
1answer
163 views

Lookup on two values

I'm trying to check if two values exist side by side each other. on one sheet I have: Country Language UK EN UK DE UK ES And on another sheet I have the same. What ...