Auto Fill in table 2 (meeting planner) if I key in info in table 1

AngSP

New Member
Joined
Feb 6, 2023
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Hi all,

What will be the formula if I key in information in table 1 and it auto appear in the table 2 (meeting planner) above. Thank you.

Is it combination of V-Lookup + H-Lookup? I was unable to set the formula. Kindly need expert to teach me. Thanks a lot.

1675747337205.png
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Is this what you had in mind ?

20230207 2 Way lookup AngSP.xlsx
ABCDEFGHIJKL
1
2Meeting1/02/20232/02/20233/02/20234/02/20235/02/20236/02/20237/02/20238/02/20239/02/202310/02/2023
3Apple  5PM       
4Boat        1PM 
5Cat  12PM       
6
7
14
15
16MeetingDataTime
17Apple3/02/20235PM
18Boat9/02/20231PM
19Cat3/02/202312PM
20
Data
Cell Formulas
RangeFormula
B3:K5B3=XLOOKUP(1,(Table1[Meeting]=$A3)*(Table1[Data]=B$2),Table1[Time],"")
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B3:K5Expression=B3<>""textNO
 
Upvote 0
Thank you, Alex.

When, I tried the formula, I was unable to reflect on it.
Let me show the exact excel I wanted to do. I am not sure, if there is any formula that can perform this function or, is there any simple way to do it.
I only have a little knowledge on this excel.

1675818891659.png


My requirement is

(1) When I key information in "Info" tab, the information will be reflected on the other tab (eg Feb, March, April, May.... etc)
eg. Dry's meeting scheduled on 7-Feb and 2-Mar, once I keyed the info in "Info" tab, then the name, date and time automatically reflect on tab Feb and tab March.

(2) Or do you have any other idea or better way to work on this?

Or my requirement is too much?

Thank you.


1675819041382.png


1675819530175.png
 
Upvote 0
Do you need a sheet for each month ?
How about 1 sheet and a drop down to select the month ?

20230207 2 Way lookup AngSP.xlsx
ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAG
1
2February
3
4Meeting1-Feb2-Feb3-Feb4-Feb5-Feb6-Feb7-Feb8-Feb9-Feb10-Feb11-Feb12-Feb13-Feb14-Feb15-Feb16-Feb17-Feb18-Feb19-Feb20-Feb21-Feb22-Feb23-Feb24-Feb25-Feb26-Feb27-Feb28-Feb
5Apple  5PM                            
6Boat        1PM                      
7Cat  12PM                            
8Dry
Calendar Month
Cell Formulas
RangeFormula
C4:AD4C4=B2+SEQUENCE(,DAY(EOMONTH(B2,0)),0,1)
B5:B8B5=SORT(FILTER(Table1[Meeting],(Table1[Data]>=B2)*(Table1[Data]<=EOMONTH(B2,0)),""))
C5:AG7C5=XLOOKUP(1,(Table1[Meeting]=$B5)*(Table1[Data]=C$4),Table1[Time],"")
Dynamic array formulas.
Cells with Conditional Formatting
CellConditionCell FormatStop If True
C5:AG7Expression=C5<>""textNO
Cells with Data Validation
CellAllowCriteria
B2List=Info!$E$3:$E$14



20230207 2 Way lookup AngSP.xlsx
ABCDE
1Table1
2MeetingDataTimeMonths
3Apple3/02/20235PMJanuary
4Boat9/02/20231PMFebruary
5Cat3/02/202312PMMarch
6Dry6/02/202311AMApril
7Apple15/03/202310AMMay
8June
9July
10August
11September
12October
13November
14December
15
Info
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,891
Messages
6,127,602
Members
449,388
Latest member
macca_18380

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