Hello, im trying to reference a chart on my sheet2 using VLOOKUP and I have no clu where to add the name of the sheet. (C5,F5 are on sheet2 and Q5:U263 is on sheet2)
Thanks!![]()
=IF(G36="","",IF(G36<C5,F5,VLOOKUP(G36,Q5:U263,4,1)))
Hello, im trying to reference a chart on my sheet2 using VLOOKUP and I have no clu where to add the name of the sheet. (C5,F5 are on sheet2 and Q5:U263 is on sheet2)
Thanks!![]()
=IF(G36="","",IF(G36<C5,F5,VLOOKUP(G36,Q5:U263,4,1)))
Last edited by oxicottin; 11-27-2012 at 12:46 PM.
All references are in sheet2 or typo error?(C5,F5 are on sheet2 and Q5:U263 is on sheet2)
If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
Mark your thread as Solved
If the suggestion helps you, then Click *below to Add Reputation
I would suggest that you create the formula using the "point and click" method. that way, the correct sheet references will be added for you
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
My suggestion is to upload a sample workbook so anyone that want to helps you, can work on it.
Regards
Fotis.
-This is my Greek whisper to Europe.
--Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.
Advanced Excel Techniques: http://excelxor.com/
--KISS(Keep it simple Stupid)
--Bring them back.
---See about Acropolis of Athens.
--Visit Greece.
OK I'll upload one in the morningwhen I get up.
Thanks!
If you upload now, i believe that when you'll get up in the morning you'll have your solution!
Isn't this a good idea?![]()
vlookup can be a real ***** to make work sometimes.
Check the type of your data, if it has been pasted from elsewhere it needs to be paste special as "unicode text".
Otherwise go to the data menu ribbon and do "Text to colums", select each column individually and just click finish without changing anything.
Also be careful your workbook didn't start out life as a .CSV file.
Even better is to use INDEX_MATCH for all your lookups.
=VLOOKUP(G36,'ReferanceSheet'!Q5:U263,4,1) equates to =Index([range of data for return],MATCH([lookup value],[lookup range],0),[column # of return])
Ok, here is the workbook attached. The sheet(Calculator) has a cell (G38)that supposed to interact with the sheet (Benefit Rate Tbl)When I add the sheets name by clicking it now gives me an error #NA.
Thanks!
Sorry about the sheet being protected I reuploaded also, I fixed the cell locations
Last edited by oxicottin; 11-27-2012 at 08:27 AM.
Your sheet is protected by a password.
Also range Q5:U263 in both sheets is empty.
Last edited by Fotis1991; 11-27-2012 at 08:18 AM. Reason: Also
OR, do you mean?
=IF(G36="","",IF(G36<C5,F5,VLOOKUP(G36,Base_Period_Chart!C5:G259,4,1)))
Im so sorry I reuploaded without protect and fixed the cells to the correct ones. It kinda works now, what doesnt work is if the amount in G36 is less than 2,200.00 then G38 should display INELEGABLE but instead it shows a zero.
Fixed cells to:
![]()
=IF(G36="","",IF(G36<'Benefit Rate Tbl'!C5,F5,VLOOKUP(G36,'Benefit Rate Tbl'!C5:F263,4,1)))
=IF(G36="","",IF(G36<'Benefit Rate Tbl'!C5,'Benefit Rate Tbl'!$F$5,VLOOKUP(G36,'Benefit Rate Tbl'!C5:F263,4,1)))
You are welcome!
Thanks for the reb*
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks