Offset Question

gmazza76

Well-known Member
Joined
Mar 19, 2011
Messages
767
Office Version
  1. 365
Platform
  1. Windows
Good afternoon,

I have 3 Offsets working against listings etc... and have seem to come across an error and could do with some direction.
I have 3 sets of data as follows
Make - used to filter to Model
Make/Model - to show the model
Model/Spec - to drill down to model
Make down to model works with following formula
The second formula works, but it has the first option showing as the different Make. Ie if ford is selected, the first one would be from the previous make etc...
Code:
=OFFSET(MakeST,MATCH(F6,Make,0)-1,1,COUNTIF(Makel,F6),1) - Works
=OFFSET(ModelS,MATCH(F8,Model,0)-1,1,COUNTIF(Model,F8),1) - Partly works
[/end]

Is there a way round this?

thanks in advance
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Hi GMazza76,

Can you show us some sample data and which cells are referred to by the names Make, Makel, ModelS and Model?
 
Upvote 0

Forum statistics

Threads
1,214,839
Messages
6,121,887
Members
449,057
Latest member
Moo4247

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