Get instant live Excel expert help and learn how to use an IF function with a VLOOKUP

“My Excelchat expert helped me in less than 20 minutes, saving me what would have been 5 hours of work!”

Post your problem and you’ll get expert help in seconds.

Our professional experts are available now. Your privacy is guaranteed.

Here are some problems that our users have asked and received explanations on

Hi, I have an excel project where I am trying to use Vlookup. I have two columns with names. The 2nd column has a list of members, so I need help on how to compare two columns in excel to fin difference so that I can find out who are members and who are not). I have tried a number of formulas and tried a module but can't seem to make it work. Thanks!
Solved by M. U. in 27 mins
I am want a vlookup to pull a list based on a column with due date to show if it is past due, so if it was due yesterday the vlookup cell would state 'Past Due' based on list. and for items due within 30 days it would stat 'Due within 30 Days', based on list input.
Solved by X. J. in 12 mins
Hi. Been on this problem for days now. Here is the formula I have managed to come up, it works ok and does what I need but I need the D3 and E3 to be referenced in the same way as the FEE_Table as when I . For instance when I select a value from the data validation list in Y2, if the value in AA2 is blank it returns value from Postage!D3, but if not it returns value from Postage!E3. These D3 & E3 values are in the same FEE_Table. So am hoping there is some way I can include in the IF function another Vlookup which chooses the value I want. Any help would be much appreciated. Thanks =VLOOKUP(Y2,FEE_Table,4,0)+IF(AA2="",Postage!D3,Postage!E3)
Solved by M. A. in 21 mins
In cell Q3, nest the existing VLOOKUP function in an IFERROR function. If the VLOOKUP function returns an error result, the text “Invalid Staff ID” should be displayed by the formula.
Solved by M. L. in 26 mins
I am trying to run a formula that takes a value, and if it appears in both columns on a separate tab, it pulls the difference between the adjacent cells value. I have tried if, match, and vlookup formulas but can't seem to figure it out. Any help is much much appreciated. Below is small example of what I am trying to run asking if CA9099 it should tell me $1. So in a cell I put =ifmatch(CA9099, it will take the difference, and if the value doesn't exist in column A on the tab it reads N/A A B CA9099 $21 CA9099 $20 CA5674 $20 CA8788 $30 CA8788 $35 CA5674 $15
Solved by S. F. in 22 mins
Hi, my VLOOKUP isn't working. No matter what I do it is returning the same result regardless of the sku it is searching for - even if I copy and paste the sky into the sheet the exact same way it is typed in the sheet its searching
Solved by X. H. in 24 mins
create a formula using the IF and VLOOKUP functions to calculate the rental charges for each set of furniture based on the furniture’s group code, the rental period and the Furniture Rental Charges table,For the IF function arguments, use one VLOOKUP function for the 6-months and another VLOOKUP function for the 12-months alson column I, enter a formula to calculate the insurance charge if the renter has elected insurance coverage. Use the furniture’s group code and the Monthly Insurance column in the RentalCharges table to look up the insurance charge. If the renter has not elected insurance, the cost is $0.
Solved by F. H. in 16 mins
I need my formula to return an empty cell if the data is not found in the Vlookup formula. =IF($C$173=$D$168,VLOOKUP($G$174,'Stip review'!$A:$AY,34,0),IFERROR(VLOOKUP($G$174,'Stip review'!$A:$AY,34,0)="0","C"))
Solved by F. F. in 12 mins
I have the following code: If (cell.Value) - Range("C2") > cell.Offset(0, 2) Then. I want to change Range("C2") to be a vlookup. I tried changing the code to If (cell.Value) - Formula = "=VLOOKUP(M4,Sheet2!A:B,2,0)" > cell.Offset(0, 2) Then. but this didn't work.
Solved by A. A. in 28 mins
Please take a look at the formulas in first tab Cell C13 or C14. First the nested IF statement with following VLOOKUPS is returning a NAME? error. Second, in Cell C14 it is returning the wrong price value from the VLOOKUP array. The formula is the same one just shortened. What I need to do is have A13 pick list item selected, then have the selection in H13 made, and it populate the correct price.
Solved by B. U. in 14 mins