2 issues on excel formula

kelvin_9

Active Member
Joined
Mar 6, 2015
Messages
444
Office Version
  1. 2019
Greeting everyone, i would like to know how can i use a index+match or others formula to trigger my request as attached
Q1) sheet 1, first i extract initial and last time for everyone, after that i want to map if they meet my request with L1:N1 criteria.
VBA Code:
=INDEX($L$1:$N$1,MATCH($K$3:$K$5,$A$2:$I$6,0))

Q2) sheet 2, i have deployed a RDO(Rotation Day Off) to everyone on Q3:Q5, everyone should have maximum 2 days off each week
however i want to easier identify that which one are their RDO with left table, how can i easily track like yellow cell, W3, V4 & U5
i get stuck and i'm not sure if i use "if+index+match" will help or not.
ps. if Q3:Q5 match with column A, R2:X2 match one of the left RDO table, return RDO on one of their blank cell

thanks so much for all your help

http://kel.ddns.net/f/a4c3596705/?raw=1
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
file was updated.
i tried to simplify the RDO table to horizontal, and use=IF(COUNTIF(A:A,J3),"yes","no")
but i stuck in find blank cell on each row and testify this

anyone can help / point me out would be great appreciated
thanks so much!!!
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,823
Members
449,049
Latest member
cybersurfer5000

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