I am creating a report that shows if a number was recorded on a specific date. The report will list the numbers (column A) and will insert an X on each day of the month (Row 1 across) if that number was recorded for that day. I am using range names. I haven't written formulas in many years so I am a little dusty on this. I think it is nested VLOOKUP but just can't see how to do it. I couldn't get the Mr Excel HTML maker addin to work so I have to "old school" it and show what I tried to explain.
worksheet with the data recorded
range btn_date_aug is the date of reported number
range btn_num_aug is the number reported
A B
1 date num
2 8/2 2356
3 8/2 298d
4 8/3 2356
5 8/3 457g
report worksheet layout
A B C D ....
1 NUM 8/1 8/2 8/3
2 2356 X X
3 457s
4 457g X
5 298d X
Thanks!
worksheet with the data recorded
range btn_date_aug is the date of reported number
range btn_num_aug is the number reported
A B
1 date num
2 8/2 2356
3 8/2 298d
4 8/3 2356
5 8/3 457g
report worksheet layout
A B C D ....
1 NUM 8/1 8/2 8/3
2 2356 X X
3 457s
4 457g X
5 298d X
Thanks!