'job & grade master (hide)' ???

mcintoshmc

Active Member
Joined
Aug 10, 2007
Messages
277
Does the parenthesis HIDE in this formula mean the sheet is hidden? I checked the workbook and there are no hidden sheets. Does this mean it's from another workbook?


=IFERROR(CONCATENATE("S",VLOOKUP(B2039,'JOB & GRADE MASTER (HIDE)'!$A$1:$C$996,3,FALSE)),"--")
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Nope, the word HIDE is just part of the sheet name, which is "JOB & GRADE MASTER (HIDE)"
 
Upvote 0
Nope, the word HIDE is just part of the sheet name, which is "JOB & GRADE MASTER (HIDE)"

Okay, thanks. That sheet must be in another workbook because Job grade master is not visible, and there is nothing to unhide. I checked. That's neither here nor there. The real issue I'm having is understanding this formula.

=IFERROR(IF($D$6="BD",VLOOKUP($C11,'AH JOB CODE INVENTORY'!$A$5:$AB$2843,N$1,FALSE),IF($D$6="TV",VLOOKUP($C11,'AH JOB CODE INVENTORY'!$A$5:$AB$2843,N$2,FALSE),"")),"")

I cannot for the life of me understand how this formula is returning the correct info. N1 says 19 and N2 says 23. I guess I don't quite understand what it means to have the $ in between the column and cell number.
 
Upvote 0
Glad you sorted it & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,215,507
Messages
6,125,212
Members
449,214
Latest member
mr_ordinaryboy

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top