Formula help. Match name return numbers that not in Column H

zone709

Well-known Member
Joined
Mar 1, 2016
Messages
2,079
Office Version
  1. 365
Platform
  1. Windows
Trying to match the name in G11 to the name on the other tab called Timesheet in column E:E. If matches, then return the numbers in column D:D on the Timesheet tab that are not in Column H below. I need to know what numbers in H are missing from the Timesheet Tab from Column D:D if the names Match in G11 verse the timesheet column E:E. Hope I explain it right. Any help Apricated. Not sure the best way to do this has i will probably have more then one number returning for results or none.

Excel 2016 (Windows) 32 bit
F
G
H
1
2
3
1​
4
15​
5
16​
6
23​
7
15​
8
25​
9
13​
10
12​
11
F11225 12 Street
12
F12Formula here
Sheet: Sheet1
 
It doesn't make you do anything, you need to click Mini Sheet
 
Upvote 0

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
it doesn't make me click it. The tab is not highlighted to work. Do i need to do something in excel so i can click Mini Sheet?
 
Upvote 0
Yes and my tab is always there Xl2bb. It never disappears. I just cant click on Mini Sheet or Table Only
 
Upvote 0
But have you put the file in a trusted location and/or unblocked it?
 
Upvote 0
I been trying everything. I even went to File Explorer and right click No general Tab. I am either doing something wrong or its something else. Is there walk through instructions on this. I already clicked the link you sent me and i went through those steps.
 
Upvote 0
Try
Excel Formula:
=LET(f,FILTER(Timesheet!D2:D1000,Timesheet!E2:E1000=G11),FILTER(f,ISNA(MATCH(f,H3:H10,0))))
 
Upvote 0
Try
Excel Formula:
=LET(f,FILTER(Timesheet!D2:D1000,Timesheet!E2:E1000=G11),FILTER(f,ISNA(MATCH(f,H3:H10,0))))
Ok this formula works thanks very Much. Now i am going to try and figure out how to get this Mini Sheet to work.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0
Hi sorry if it doesn't find a number missing. I get in return #CALC!. Anyway for this not to happen and just to return blank?
 
Upvote 0

Forum statistics

Threads
1,215,752
Messages
6,126,672
Members
449,327
Latest member
John4520

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