chrono2483
Board Regular
- Joined
- Aug 23, 2014
- Messages
- 164
- Office Version
- 2016
I have a spreadsheet where I am working with DV, Index/Match and Offset. I am running into a problem, in that the formula is correct, and seems to display for some intervals, but not for others. Can someone help spot where I may be going wrong?
The user will be able to select the time interval. This will display the selected interval, as well as the next interval. Also the team can be selected. The inconsistency is that when I select the time, some intervals will appear, and some wont (ex. 4:00pm will display, but 5:00pm will not, 11:00am & 1200pm will display, but 12:00pm will display and 1:00pm
The formula I am working with is the following:
=IFERROR(IF($G$8="Help Eng",OFFSET(INDEX(Paste!$B:$B,MATCH($C$12,Paste!$B:$B,0)),2,0,,),IF($G$8="Help Fre",OFFSET(INDEX(Paste!$C:$C,MATCH($C$12,Paste!$C:$C,0)),2,0,,),"")),"")
The user will be able to select the time interval. This will display the selected interval, as well as the next interval. Also the team can be selected. The inconsistency is that when I select the time, some intervals will appear, and some wont (ex. 4:00pm will display, but 5:00pm will not, 11:00am & 1200pm will display, but 12:00pm will display and 1:00pm
The formula I am working with is the following:
=IFERROR(IF($G$8="Help Eng",OFFSET(INDEX(Paste!$B:$B,MATCH($C$12,Paste!$B:$B,0)),2,0,,),IF($G$8="Help Fre",OFFSET(INDEX(Paste!$C:$C,MATCH($C$12,Paste!$C:$C,0)),2,0,,),"")),"")