Get instant live Excel expert help with VLOOKUP formula

“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

Hello Team, I have a file with several sheets, sheet1 extracts data from 3 other sheets using vlookup, where the data in these 3 tabs is changed each month. Mostly after applying Vloopkup I get some cells with #NA, when I write the same formula again in these cells it gives me the output as expected in some cells but also some few cells give me #NA & i have to write the formula again& again till all are completed. Another issue please, how can I make vlookup functions in Tab1 work automatically once I put the new monthly data in the other 3 tabs. As I have to write vlookup formulas in tab1 every month as it doesn't work otherwise. ThankU
Solved by C. Y. in 22 mins
Hi, I am looking for quick coaching on what I believe is the SUMPRODUCT formula, for doing a lookup that involves greater than or less than values in a target cell, to then return a specific value in a different cell. For example. I am measuring the value in B2, and depending if it is less than, equal to, or greater than a value in cell in c2, return the corresponding value from a table L4:N9. Kind of like a vlookup but different. Can you help with this? Should be quick and I am looking for assistance asap. Thank you!
Solved by M. J. in 11 mins
I need help rewriting a vlookup formula in the attached excel file
Solved by V. F. in 29 mins
I have a VLOOKUP formula example from a competent source but the lookup is not working. Can you help?
Solved by Z. C. in 12 mins
I have created a spreadsheet that has a drop down list at the top of the worksheet. The cells below will be populated based on what is selected in the drop down box. I have used vlookup formulas to populate the worksheet. I am now trying to hyperlink the populated data to other documents. But since the cells are filled with formula text and are changing dependent on what is selected in the drop down, I am unable to figure out how to hyperlink the cells. This spreadsheet will be used by many people for many different purposes, so the hyperlink needs to be automated. Do you know how to link cells based on the formula output?
Solved by K. H. in 14 mins
Need my total formula to be divided by 0.8: FORMULA: =IF(M16<=500,VLOOKUP(M12,'Altered rates'!A3:E35,3,FALSE)*Calculator!M16+250,IF(AND(M16>=501,M16<1001),VLOOKUP(M12,'Altered rates'!A3:E35,4,FALSE)*Calculator!M16+250,IF(M16>=1001,VLOOKUP(M12,'Altered rates'!A3:E35,5,FALSE)*Calculator!M16+250)))+IF(M12="SWITZERLAND",100)+IF(M12="NORWAY, (Oslo)",-100)+IF(M12="REPUBLIC OF IRELAND",-61)+IF(M12="N. IRELAND",-150)
Solved by T. U. in 26 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. (Hint: You can test that this formula is working by changing the value in cell Q2 to 0, but remember to set the value of cell Q2 back to 1036 when the testing is complete.)
Solved by D. J. in 18 mins
I need a formula that looks into an array and if in that array it has one of the following: TCO302, TCO332, TCO333, then it returns an X in that excel file. Below is the formula I am trying to make work: =IFERROR(IF(N819="X","X",INDEX(Data!$N$2:$N$2000,MATCH(1,(Data!$B$2:$B$2000=B819)*(ISNUMBER(MATCH(Data!$I$2:$I$2000={"TCO302","TCO332","TCO333"},0))),0))),"") My last gotitpro suggested the following formula but our time, time out: :=IF(OR(VLOOKUP(B5,B122:I135,8,0)="TCO302",(VLOOKUP(B5,B122:I135,8,0)="TCO332")),"X","")
Solved by F. W. in 17 mins
Are you stuck trying to figure out how and when to create a VLOOKUP formula?
Solved by K. J. in 22 mins
I have a spreadsheet created. However, I need the formula to work off of text too, not just a number. This is my formula: =IF(AND(K5>0,L5>0,M5>0),ROUND(VLOOKUP(TEXT(K5,"00.000")&TEXT(L5,"0.000"),'Shape, Support Tooling'!A2:G19,5+M5,FALSE),0),"") Where M5 is, is where I would need the column to have words in it instead of going off numbers
Solved by E. U. in 12 mins