OFFSET return value if MATCH is true?

kastsnow

New Member
Joined
Oct 10, 2011
Messages
12
Hello all... I have a Lab scheduler I want to automate on the click on a button or dropdown.

I want to have a daily, weekly, monthly report.

I am currently working on the first problem. the Daily

I have a column that has Day 1 though Day 7

I have an offset indexed to match a string ="TRUE" or "FALSE" using this equation.

=OFFSET(INDEX(Calendar!G1:G365,MATCH("TRUE",Calendar!G1:G365,0)),0,-2,1,1)

Now if the current day is a Monday = Day 1, Tuesday = Day 2, Wednesday = Day 3 etc.

Now on Day 1 my lab schedule has updates and back-ups it performs. So if today is monday then it would populate the Monday's schedule.

if you have any questions I will try to answer them best I can
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
whats wrong with formula

=IF(MATCH(F7,Calendar!L1:R1,0),OFFSET(Calendar!L1,,,Calendar!L2:L25,),"NFG")
 
Upvote 0
Apologies if it just me but I am struggling to put your question into context.
Are you able to clarify?
 
Upvote 0

Forum statistics

Threads
1,226,246
Messages
6,189,858
Members
453,575
Latest member
Taljanin

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