0
votes
2answers
63 views

How can i use Vlookup or if to grab adjacent cell

0.4 0.7295 0.008082 0.45 0.7332 0.001519 0.45 0.7307 0.03161 0.5 0.7352 0.1174 0.5 0.7345 0.1528 0.5 0.7347 0.127 0.5 0.7323 0.07249 0.55 0.7354 0.1349 0.55 0.7349 0.1475 0.55 0.7321 0.1017 0.4 ...
0
votes
2answers
196 views

Excel Fuction Help - Compare 2 Cells in Worksheet to 2 Cells in another worksheet, if they match, return value from a different column

Im wondering if someone would be able to offer some advice on the best way to do this please: Data in Worksheet # 1 Col A | Col B | Col C Part-1 | 8 | 2 Part-2 | 7 | 7 ...
0
votes
0answers
22 views

vLookup and if function

I've created a workbook for my expense claims, with various sheets in Excel for Mac 2011. Spreadsheet 1 contains dates in column A, values in column Q & R and text in column S. Spreadsheet 2-14 ...
1
vote
1answer
305 views

Excel - vlookup date in date range

Is there a simpler way to complete this task? I want to look up a value and a date in a list and return the date if it matches or is within 5 days of the original date. The only way I've been able ...
0
votes
1answer
326 views

VLOOKUP, if item not found print “” and increment a cell's value by one

What I have so far: =IF(ISNA(VLOOKUP(A1,$E$1:$F$814,2,FALSE)) = TRUE, SUM($D$1,1), VLOOKUP(A1,$E$1:$F$814,2,FALSE)) So using VLOOKUP, if it isn't found in the table I want it to print "" (nothing) ...
0
votes
0answers
94 views

IF VLOOKUP multiple sheets with variable outcomes

apologies if this title isn't accurately reflecting what I want to do. Basically, I have a multi-sheet document and I want to compare values and paste across depending on the values in the adjacent ...
1
vote
1answer
229 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 ...
0
votes
1answer
165 views

4 column VLOOKUP in Excel

I would like to do the following in Excel IF(any cell in Column D = any cell in Column C AND any cell in Column B = any cell in Column A) Display TRUE in Column E Would it be best to use a VLOOKUP ...
0
votes
0answers
865 views

Excel cell string concatenation using IF and VLOOKUP (no VBA)

I have two columns of text in excel. The strings in both match, except that column A is indexed and repeats certain strings from B at an index (ie. the data has been categorised and repeats records ...