Hi All,

I have a data from Column A till Column H. Listbox in the Userform displays the data from a named range "AssessmentRecords" while I type in the textbox "txtID" which is the Column A. Currently, the listbox shows all the data from Column A:H. But I would like to show only Column A:A and relative Column G:H in the listbox.

AssessmentRecords - =OFFSET(Assessment!$A$1,1,,COUNTA(Assessment!$A:$A),COUNTA(Assessment!$A$1:$H$1))

Is there any option to create union of Column A:A and relative Column G:H as one named range and show in the Listbox together as one range? or exclude Column B:F in the Listbox?

Thank you for the response.
Much appreciated.