formula needed

gigiyi

Board Regular
Joined
May 11, 2009
Messages
205
ABCDEFGHIJKLM
1no.1no.2no.3no.4 12345678
21568 Y YY Y
32785 Y Y YY
44316 Y YY Y
5
6 TABLE 1 TABLE 2

<colgroup><col style="width: 30px; font-weight: bold;"><col style="width: 73.6px;"><col style="width: 73.6px;"><col style="width: 73.6px;"><col style="width: 73.6px;"><col style="width: 64px;"><col style="width: 64px;"><col style="width: 64px;"><col style="width: 64px;"><col style="width: 64px;"><col style="width: 64px;"><col style="width: 64px;"><col style="width: 64px;"><col style="width: 64px;"></colgroup><tbody>
</tbody>

dear experts,
would someone please help me out how to use formula that number from Table 1, e.g. no.1, 5, 6 ,8 from table 1 then use "Y" to show in table 2?

thanks in advance from gigi
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
In F2
=IF(COUNTIF($A2:$D2,F$1)>0,"Y","")
fill down & right
 
Upvote 0

Forum statistics

Threads
1,214,985
Messages
6,122,606
Members
449,089
Latest member
Motoracer88

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