Hello everyone I have a question I am creatin...

Hello everyone I have a question I am creating an app to have a student control and I am using identity code (ID) per student and the IDs are โ€œADI001, ADI002, ADI003 โ€ฆโ€ and I use it in reference (ref ) in a column previously created, but they are more than 100 students and when entering a new students all the Ids already created appear as I can do so that only the (Id) appear in the detachable list, of the students that have not been used or Entered. I hope you have explained me well.

Could a restriction be entered? any comparison of lists?

Colum SHEET 1name=Data_of_students[ID] ColumnA=STUDENTโ€™S NAME ColumnB=Age ColumnC=Parents ColumnD=Etcโ€ฆ

SHEET 2 Name = ID_ADI[ID] ADI001 ADI002 ADI โ€ฆ

The ref sheet 2 = ID_ADI COLUMN A= ID

for example I have the following [ID] ADI001 ADI002 ADI003 ADI004 ADI005 ADI006 ADI007 ADI008 ADI009 ADI010 if you already enter the ID โ€œADI001โ€ โ€œADI002โ€ โ€œADI003โ€ that only appear in the other [ID] ADI004 ADI005 ADI006 ADI007 ADI008 ADI009 ADI010

0 1 315
1 REPLY 1

If I have understood your request correctly, you could write it with suitable Valid_If expression like IDTable[IDCode]-StudentTable[IDCode]

Top Labels in this Space