Offset Indirect Function Issue

BishopDesigns

New Member
Joined
Oct 14, 2015
Messages
22
I'm looking for assistance on an Offset/Indirect formula I am using

MIN Formula is =OFFSET(INDIRECT(B8),0,1,1,1)
MAX Formula is=OFFSET(INDIRECT(B8),0,2,1,1)

Good news is that those formulas pull from the correct Named Cell Areas
Bad news is that the Offset hard wires the Min Max Cells as the first row.

When I change the Job Title to "Shipper" the values do not change.

Any assistance in Solving this would be AMAZING!

AF1QipPhXnoMzxp-6I1ME-y4hXDc1EMlkGuDmZkhVGz3



AF1QipPpe6XzragPhb7Ymkn2z5lPoWZCTMIQHqc3UN6I
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Try this:
MIN:Formula:
select_all_icon.jpg
page_white_copy.png

=OFFSET(INDIRECT(B8),MATCH(B9,INDIRECT(B8),0)-1,1,1,1)


MAX:Formula:
select_all_icon.jpg
page_white_copy.png

=OFFSET(INDIRECT(B8),MATCH(B9,INDIRECT(B8),0)-1,2,1,1)
 
Upvote 0
Cross posted https://www.excelforum.com/excel-formulas-and-functions/1272017-offset-indirect-function-issue.html

While we do not prohibit Cross-Posting on this site, we do ask that you please mention you are doing so and provide links in each of the threads pointing to the other thread (see rule 13 here along with the explanation: Forum Rules).
This way, other members can see what has already been done in regards to a question, and do not waste time working on a question that may already be answered.
 
Upvote 0
I apologize, it was not my intent, I posed my question on a few different Excel Forums and right after posting this I received a viable option on one of the other sites. As such I posted the answer right away so that no one else would attempt to solve.
 
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,242
Members
452,623
Latest member
russelllowellpercy

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