Data Entry With User-Form, Vlookup, Countif, Dynamic Named Ranges

  Рет қаралды 22,955

Dinesh Kumar Takyar

Dinesh Kumar Takyar

6 жыл бұрын

How to make data entries with User-Form, Vlookup, Countif and Dynamic Named Ranges to create databases quickly and easily.
Details with complete VBA code available at this website link:
www.exceltrainingvideos.com/d...

Пікірлер: 30
@datadev1
@datadev1 6 жыл бұрын
Happy New Year to you as well. Thank you for all the information you have shared.
@MohAboAbdo
@MohAboAbdo 5 жыл бұрын
Thank you very very very mutch
@tejaverma6030
@tejaverma6030 6 жыл бұрын
Hi Sir, Thanks for Such Information... the videos are too Good. And I have an issue with writing a code for one macro, Mentioning below. Please help me to write it. I have 2 Sheets in a Workbook. And In Sheet 1 Column J from row 2 to End row For Every Cell it has to match the Value in Sheet 2 Column A and if it's Matching then the Value of Column B from Sheet 2 has to Copy and paste it in Sheet 1 next to the value. it has to loop till the End Row value in that Column.
@youssefjalal2191
@youssefjalal2191 6 жыл бұрын
good year Mr DINESH
@oldweighbridge588
@oldweighbridge588 3 жыл бұрын
Sir your tutorial is good regarding conditional work and please tell me how i get "text in uppercase" when I type in textbox area
@Exceltrainingvideos
@Exceltrainingvideos 3 жыл бұрын
TextBox1.Text = UCase(TextBox1.Text). This link will guide: www.exceltrainingvideos.com/convert-shortcuts-to-full-form-using-excel-vba/ Or search this channel or www.exceltrainingvideos.com
@sanjayrawat5298
@sanjayrawat5298 6 жыл бұрын
Sir what is the difference b/w 1. Textbox.text vs Textbox.value 2. A= Textbox.value vs a= me.Textbox.value
@krisajwnnarzary2211
@krisajwnnarzary2211 6 жыл бұрын
Sir i have some issues on some other questions, bit similar to this video. Adding data with user form in sheet1 everything goes fine, i want to add the data of sheet1 in sheet2 with different formate using vlookup. But i could not get the data of sheet1 even after using lookup value in sheet2. I could get the data visible in sheet 2 only after double clicking the sheet1 cell (value of lookup) that i want to add in sheet2. It happens only if i enter the data from the userform. I have to go on double clicking the cell (value of lookup) in sheet1 to be visible in sheet2. Please solve my proble sir. I wanted to get it solve without double clicking. For this issue, I am working with new Admission user form in sheet1 & data gets submitted in sheet1 itself. Next in sheet2, i made admission receipt for which i want to print the data in different formate n style using vlookup function. Even after entering the lookup value in sheet2 data doesnot get visible, i have to go back to sheet1 and double click the cell of lookup value, only after double clicking data gets visible in sheet2. Hope you Understood my problem sir.
@Exceltrainingvideos
@Exceltrainingvideos 6 жыл бұрын
Search my channel and also have a look at the playlists. For more info you may visit my website www.exceltrainingvideos.com You queries have been addressed many times,
@krisajwnnarzary2211
@krisajwnnarzary2211 6 жыл бұрын
Dinesh Kumar Takyar the link u gave didn't help me sir. If i enter the data manually i have no issue using vlookup formula, the proble is if i enter the data from vba userform, i cannot get the data filled in other sheet even after using lookup value. I can get the data filled only after double clicking the lookup value cell in sheet1. I want to get off from double clicking the cell.
@oldweighbridge588
@oldweighbridge588 3 жыл бұрын
Sir your userform video is very good regarding for excel work and please can you give link for download about this vba file for practice.
@Exceltrainingvideos
@Exceltrainingvideos 3 жыл бұрын
Please refer to the description accompanying the VBA tutorial.
@yousouf889
@yousouf889 6 жыл бұрын
Thanks sir for all the informations. Please sir can we do with VBA a date reminder Which run automatically the excel workbook when the date was expired thanks
@Exceltrainingvideos
@Exceltrainingvideos 6 жыл бұрын
Can you share some more details?
@yousouf889
@yousouf889 6 жыл бұрын
Dinesh Kumar Takyar For example in my case I have some products and I follow their expiration dates in excel file using reminders. what I am doing now, when the date is expired the coulour cell will be automatically in red. So what I want now if it is possible of course with VBA when the date will expired my file will run automatically when I startup my PC thanks
@umairriazahmed7075
@umairriazahmed7075 6 жыл бұрын
Dear Sir, I need to learn how to insert image in the cell by using this data entry form. Currently I have a project i dont know how can i do it.. sir please help
@Exceltrainingvideos
@Exceltrainingvideos 6 жыл бұрын
This link will help: www.exceltrainingvideos.com/place-picture-in-excel-worksheet-cell-using-vba/
@Umayr207
@Umayr207 4 жыл бұрын
Thank you for all your videos. I have learnt so much. I wonder if you can help me with something. I have a data sheet where I make multiple entries for my students. One student can have multiple entries e.g. behaviour, fees, reward, absence etc. I need help creatung a report sheet where I want to be able to click on a particular student's name from a drop down list and all entries made for that student should come up. Can you please kindly help me with this. Thank you in advance.
@Exceltrainingvideos
@Exceltrainingvideos 4 жыл бұрын
This link will help: studio.kzfaq.info_mdtxRm__V0/edit Or search www.exceltrainingvideos.com/
@bemohvictoria3029
@bemohvictoria3029 4 жыл бұрын
PLs sir how do you add photo to user form in excel 2007 van. Thanks
@Exceltrainingvideos
@Exceltrainingvideos 4 жыл бұрын
The following links will help solve your query easily: www.exceltrainingvideos.com/populate-image-control-on-user-form-with-pictures-from-worksheet-data-using-vba/ www.exceltrainingvideos.com/userform-to-manage-data-automatically/ www.exceltrainingvideos.com/advanced-user-form/
@basheerpt4089
@basheerpt4089 4 жыл бұрын
Good work. sir How can qty sale same form.
@Exceltrainingvideos
@Exceltrainingvideos 4 жыл бұрын
This VBA tutorial link will help find a solution: www.exceltrainingvideos.com/tag/inventory-management-with-userforms/
@knzamy
@knzamy 4 жыл бұрын
very clear explaination but i still get error on vlookup function." it says " unable to get vlookup property of the worksheet function class" ..please help
@Exceltrainingvideos
@Exceltrainingvideos 4 жыл бұрын
Can you share the code in this section (comments)?
@knzamy
@knzamy 4 жыл бұрын
@@Exceltrainingvideos Private Sub txt1_AfterUpdate() Sheet3.Activate 'cek terdapat ic dalam sheet3 If WorksheetFunction.CountIf(Sheet3.Range("C:C"), Me.txt1.Value) = 0 Then MsgBox "Pengguna belum berdaftar, Sila klik daftar pengguna?", vbOKCancel, "Add User" End If If vbOK Then cmdPengguna.Visible = True Me.txt2.SetFocus End If 'jika tiada ic dalam sheet3 If WorksheetFunction.CountIf(Sheet3.Range("C:C"), Me.txt1.Value) > 0 Then cmdPengguna.Visible = False MsgBox "Rekod Pengguna terdapat dalam sistem" With Me .txt2 = Application.WorksheetFunction.VLookup((Me.txt1), Sheet3.Range("search"), 2, 0) End With End If End Sub
@insaneyat
@insaneyat 6 жыл бұрын
Hello Sir Nice Work but i have one Error Private Sub cmdClear_Click() For i = 1 To 6 Me.frmCustomer("tb" & 1) = "" Next ( compile error: method or data member not found ) How I solve This Problem i Try this Code But Not Working ( On Error Resume Next) Same
@karnabudhathoki5311
@karnabudhathoki5311 5 жыл бұрын
I think you wrote 1 instead of i ...so "tb"& i gives tb1, tb2, tb3, tb4, tb5 and tb6 when we loop for i = 1 to 6...Thats i=1,i=2,i=3,i=4,i=5 and i =6...i.e i takes takes values sequently.Hope that helps
@dachhisudarshan3206
@dachhisudarshan3206 5 жыл бұрын
Hello sir... i used the below code and this is getting highlighted and there is and error 424 saying Object required.. If WorksheetFunction.CountIf(Sheet24.Range("A:A"), "me.Reg1.Value") = 0 Then MsgBox "Please enter the correct Project Number" Me.Reg1.Value = "" Exit Sub End If please help
@Exceltrainingvideos
@Exceltrainingvideos 5 жыл бұрын
Do you have a sheet24? Is it your active sheet? If not, you need to activate it first. This link will help: www.exceltrainingvideos.com/data-entry-with-userform-vlookup-countif-dynamic-named-ranges/
Create and Manage Database in Excel with User-Form
18:39
Dinesh Kumar Takyar
Рет қаралды 50 М.
Vlookup Multiple Col_Index_Num InVBA Userform Excel
10:06
razakmcr
Рет қаралды 34 М.
Scary Teacher 3D Nick Troll Squid Game in Brush Teeth White or Black Challenge #shorts
00:47
How to Code Clear and Add Command Buttons
17:24
Dinesh Kumar Takyar
Рет қаралды 65 М.
How to Create a Data Entry Form in Excel
34:30
Excel Macro Mastery
Рет қаралды 263 М.
Excel VBA Userform with Vlookup
8:43
Online Pc Learning
Рет қаралды 332 М.
VBA User Form: Add, Update, Delete and Save
22:47
hay kel
Рет қаралды 27 М.
How to update excel worksheet data with userform
19:49
Dinesh Kumar Takyar
Рет қаралды 118 М.
Fully Automated Data Entry User Form in Excel - Step By Step Tutorial
35:41
Vlookup in Userform with Error Handling in Hindi Step by Step
11:18
Daood Computer Centre
Рет қаралды 5 М.