Tutorials

كيفية استخدام VLOOKUP في جوجل شيتس - دليل للمبتدئين

تعلم كيفية استخدام دالة VLOOKUP في جداول بيانات جوجل للبحث واسترجاع البيانات من جداول كبيرة. خطوات بسيطة مع مثال على بناء الجملة.

تقدم هذه الدليل عملية خطوة بخطوة لاستخدام دالة VLOOKUP بشكل فعال في جداول بيانات Google. تُستخدم دالة VLOOKUP للبحث عن معلومات محددة داخل جدول. في هذا المثال، سنوضح كيفية العثور على راتب شخص ما باستخدام دالة VLOOKUP.

VLOOKUP (البحث العمودي) هي دالة قوية في جداول بيانات Google تساعدك في العثور على قيمة في عمود واحد وإرجاع قيمة ذات صلة من عمود آخر في نفس الصف.

الصيغة الأساسية:

pgsqlCopyEdit=VLOOKUP(search_key, range, index, [is_sorted]

الدليل خطوة بخطوة:

1. إعداد بياناتك

تأكد من أن البيانات الخاصة بك منظمة كما يلي:

  • عمود البحث (على سبيل المثال، معرف الموظف في العمود A)

  • عمود البيانات الذي يحتوي على المعلومات التي تريد استرجاعها (على سبيل المثال، الاسم في العمود B)

2. ابدأ صيغة VLOOKUP

في الخلية التي تريد النتيجة فيها:

3. أدخل مفتاح البحث

هذه هي القيمة التي تحاول العثور عليها:

(افترض أن G2 تحتوي على معرف الموظف الذي تبحث عنه)

4. أدخل النطاق

يتضمن هذا عمود البحث والعمود الذي ستعيد منه البيانات:

5. أدخل رقم الفهرس

الفهرس هو رقم العمود (داخل نطاقك) للبيانات التي تريد إعادتها:

(بالنسبة للعمود B)

6. استخدم وسيطة is_sorted

  • FALSE = تطابق دقيق (مستحسن للبيانات غير المرتبة)

  • TRUE = تطابق تقريبي (استخدمه فقط إذا كانت البيانات مرتبة)

7. أغلق الصيغة واضغط على إدخال

الصيغة النهائية:

سيعيد هذا اسم الموظف من العمود B الذي يتوافق مع المعرف في G2.

الدليل خطوة بخطوة: كيفية استخدام VLOOKUP في جداول بيانات Google

الخطوة 1

لبدء استخدام VLOOKUP في جداول بيانات Google، انتقل إلى شريط القائمة وانقر على إدراج.

To begin using VLOOKUP in Google Sheets, navigate to the menu bar and click on Insert.

الخطوة 2

من قائمة إدراج المنسدلة، اختر وظيفة.

From the Insert drop-down menu, select Function.

الخطوة 3

في القائمة الفرعية، اختر بحث.

In the sub-menu, choose Lookup.In the sub-menu, choose Lookup.

الخطوة 4

من خيارات البحث، اختر دالة VLOOKUP.

From the Lookup options, select the VLOOKUP function.

الخطوة 5

لاستخدام VLOOKUP، ابدأ بإدخال مفتاح البحث، وهو اسم الشخص الذي ترغب في معرفة راتبه. بعد إدخال مفتاح البحث، أضف فاصلة للانتقال إلى الخطوة التالية.

To utilize VLOOKUP, start by entering the search key, which is the name of the person whose salary you wish to find. After entering the search key, add a comma to proceed to the next step.

الخطوة 6

حدد النطاق باستخدام الماوس، أو يمكنك إدخال أرقام الصفوف والأعمدة يدويًا لتحديد النطاق. بعد تحديد النطاق، أدخل فاصلة أخرى للمتابعة.

Select the range using your mouse, or you can manually input the row and column numbers to define the range. After defining the range, insert another comma to move forward.

الخطوة 7

أدخل رقم الفهرس، الذي يمثل العمود الذي يحتوي على البيانات التي ترغب في استردادها. نظرًا لأن الراتب السنوي يقع في العمود التاسع، أدخل '9' كرقم فهرس.

Enter the index number, representing the column containing the data you wish to retrieve. Since the annual salary is located in the ninth column, enter '9' as the index.

الخطوة 8

حدد ما إذا كان الجدول مرتبا. إذا كان مرتبا، أدخل true؛ إذا لم يكن، أدخل false. في هذه الحالة، الجدول غير مرتب، لذا اكتب false لإكمال دالة VLOOKUP.

Specify whether the table is sorted. If sorted, enter true; if not, enter false. In this instance, the table is not sorted, so type false to complete the VLOOKUP function.

الخطوة 9

اضغط على إدخال. سيتم استرداد القيمة من الجدول وعرضها في الخلية.

Press Enter. The value from the table will be retrieved and displayed in the cell.

نصائح احترافية لاستخدام VLOOKUP في جداول بيانات Google

  1. افهم الصيغة: تتبع صيغة VLOOKUP هذا الهيكل: =VLOOKUP(search_key, range, index, [is_sorted]). تأكد من أن search_key في أول عمود من النطاق الذي تبحث فيه.

  2. استخدم المطابقة الدقيقة: للحصول على نتائج أكثر دقة، قم دائمًا بتعيين is_sorted إلى FALSE عندما تريد مطابقة دقيقة، مثل =VLOOKUP(A2, B1:D5, 3, FALSE).

  3. استخدم VLOOKUP مع المراجع المطلقة: إذا كنت تقوم بنسخ الصيغة إلى أسفل أو عبر خلايا متعددة، استخدم المراجع المطلقة ($) للنطاق لتجنب تغيير المرجع، مثل =VLOOKUP(A2, $B$1:$D$5, 3, FALSE).

المخاطر الشائعة وكيفية تجنبها عند استخدام VLOOKUP في جداول بيانات Google

  1. عدم وجود مفتاح البحث في العمود الأول: يمكن لـ VLOOKUP البحث فقط عن القيم في أول عمود من النطاق. الحل: تأكد من أن مفتاح البحث لديك في أول عمود من نطاق البحث.

  2. اختيار نطاق غير صحيح: إذا لم يتم اختيار نطاق البحث بشكل صحيح، قد تتلقى أخطاء. الحل: تحقق دائمًا من النطاق وتأكد من أنه يتضمن جميع الأعمدة اللازمة لإجراء البحث.

  3. استخدام نطاق غير مرتب عندما لا يكون مطلوبًا: إذا كانت وسيطة is_sorted معينة إلى TRUE (أو تُركت فارغة)، فقد يؤدي ذلك إلى نتائج غير صحيحة عند البحث عن مطابقة دقيقة. الحل: عيّن دائمًا is_sorted إلى FALSE للمطابقات الدقيقة.

أسئلة شائعة حول استخدام VLOOKUP في جداول بيانات Google

  1. هل يمكن لـ VLOOKUP البحث إلى يسار عمود البحث؟
    لا، يمكن لـ VLOOKUP البحث فقط عن القيم إلى يمين العمود الأول في نطاقك المحدد. للبحث إلى اليسار، يمكن اعتبار استخدام INDEX وMATCH بدلاً من ذلك.

  2. ماذا أفعل إذا أعادت VLOOKUP خطأ؟
    إذا أعادت VLOOKUP #N/A، فهذا يعني أن مفتاح البحث لم يتم العثور عليه. تأكد من أن مفتاح البحث لديك صحيح وأن النطاق يتضمن جميع التطابقات المحتملة.

  3. هل يمكنني استخدام VLOOKUP لمطابقة تقريبية؟
    نعم، عندما تُعين is_sorted إلى TRUE أو تُترك فارغة، ستبحث VLOOKUP عن أقرب مطابقة. ومع ذلك، هذا يكون أكثر فائدة للنطاقات الرقمية.H

  4. كيف أقوم بتسجيل الشاشة على mac؟ 
    لتسجيل الشاشة على جهاز Mac، يمكنك استخدام Trupeer AI. يسمح لك بالتقاط الشاشة بالكامل ويوفر إمكانيات الذكاء الاصطناعي مثل إضافة شخصيات افتراضية، وإضافة الصوت، وتكبير وتصغير الفيديو. مع ميزة ترجمة الفيديو بذكاء، يمكنك ترجمة الفيديو إلى أكثر من 30 لغة. 

  5. كيف يمكنني إضافة شخصية افتراضية إلى تسجيل الشاشة؟
    للإضافة إلى شخصية افتراضية في تسجيل الشاشة، تحتاج إلى استخدام أداة تسجيل شاشة بالذكاء الاصطناعي. Trupeer AI هو أداة تسجيل شاشة بالذكاء الاصطناعي، تساعدك في إنشاء مقاطع فيديو مع عدة شخصيات افتراضية، كما تساعدك في إنشاء شخصيتك الخاصة للفيديو.

  6. كيف أقوم بتسجيل الشاشة على نظام Windows؟
    لتسجيل الشاشة على نظام Windows، يمكنك استخدام شريط الألعاب المدمج (Windows + G) أو أداة ذكاء اصطناعي متقدمة مثل Trupeer AI للحصول على ميزات متقدمة مثل شخصيات افتراضية، التعليق الصوتي، الترجمة، إلخ.

  7. كيف يمكنني إضافة تعليق صوتي إلى الفيديو؟
    لت إضافة تعليق صوتي إلى مقاطع الفيديو، قم بتنزيل امتداد chrome الخاص بـ trupeer AI. بمجرد التسجيل، قم بتحميل الفيديو الخاص بك مع الصوت، واختر التعليق الصوتي المطلوب من trupeer، وقم بتصدير الفيديو المحرر الخاص بك. 

  8. كيف يمكنني التكبير في تسجيل الشاشة؟
    لتالتكبير أثناء تسجيل الشاشة، استخدم تأثيرات التكبير في Trupeer AI التي تتيح لك التكبير والتصغير في لحظات محددة، مما يعزز التأثير البصري لمحتوى الفيديو الخاص بك.

تقدم هذه الدليل عملية خطوة بخطوة لاستخدام دالة VLOOKUP بشكل فعال في جداول بيانات Google. تُستخدم دالة VLOOKUP للبحث عن معلومات محددة داخل جدول. في هذا المثال، سنوضح كيفية العثور على راتب شخص ما باستخدام دالة VLOOKUP.

VLOOKUP (البحث العمودي) هي دالة قوية في جداول بيانات Google تساعدك في العثور على قيمة في عمود واحد وإرجاع قيمة ذات صلة من عمود آخر في نفس الصف.

الصيغة الأساسية:

pgsqlCopyEdit=VLOOKUP(search_key, range, index, [is_sorted]

الدليل خطوة بخطوة:

1. إعداد بياناتك

تأكد من أن البيانات الخاصة بك منظمة كما يلي:

  • عمود البحث (على سبيل المثال، معرف الموظف في العمود A)

  • عمود البيانات الذي يحتوي على المعلومات التي تريد استرجاعها (على سبيل المثال، الاسم في العمود B)

2. ابدأ صيغة VLOOKUP

في الخلية التي تريد النتيجة فيها:

3. أدخل مفتاح البحث

هذه هي القيمة التي تحاول العثور عليها:

(افترض أن G2 تحتوي على معرف الموظف الذي تبحث عنه)

4. أدخل النطاق

يتضمن هذا عمود البحث والعمود الذي ستعيد منه البيانات:

5. أدخل رقم الفهرس

الفهرس هو رقم العمود (داخل نطاقك) للبيانات التي تريد إعادتها:

(بالنسبة للعمود B)

6. استخدم وسيطة is_sorted

  • FALSE = تطابق دقيق (مستحسن للبيانات غير المرتبة)

  • TRUE = تطابق تقريبي (استخدمه فقط إذا كانت البيانات مرتبة)

7. أغلق الصيغة واضغط على إدخال

الصيغة النهائية:

سيعيد هذا اسم الموظف من العمود B الذي يتوافق مع المعرف في G2.

الدليل خطوة بخطوة: كيفية استخدام VLOOKUP في جداول بيانات Google

الخطوة 1

لبدء استخدام VLOOKUP في جداول بيانات Google، انتقل إلى شريط القائمة وانقر على إدراج.

To begin using VLOOKUP in Google Sheets, navigate to the menu bar and click on Insert.

الخطوة 2

من قائمة إدراج المنسدلة، اختر وظيفة.

From the Insert drop-down menu, select Function.

الخطوة 3

في القائمة الفرعية، اختر بحث.

In the sub-menu, choose Lookup.In the sub-menu, choose Lookup.

الخطوة 4

من خيارات البحث، اختر دالة VLOOKUP.

From the Lookup options, select the VLOOKUP function.

الخطوة 5

لاستخدام VLOOKUP، ابدأ بإدخال مفتاح البحث، وهو اسم الشخص الذي ترغب في معرفة راتبه. بعد إدخال مفتاح البحث، أضف فاصلة للانتقال إلى الخطوة التالية.

To utilize VLOOKUP, start by entering the search key, which is the name of the person whose salary you wish to find. After entering the search key, add a comma to proceed to the next step.

الخطوة 6

حدد النطاق باستخدام الماوس، أو يمكنك إدخال أرقام الصفوف والأعمدة يدويًا لتحديد النطاق. بعد تحديد النطاق، أدخل فاصلة أخرى للمتابعة.

Select the range using your mouse, or you can manually input the row and column numbers to define the range. After defining the range, insert another comma to move forward.

الخطوة 7

أدخل رقم الفهرس، الذي يمثل العمود الذي يحتوي على البيانات التي ترغب في استردادها. نظرًا لأن الراتب السنوي يقع في العمود التاسع، أدخل '9' كرقم فهرس.

Enter the index number, representing the column containing the data you wish to retrieve. Since the annual salary is located in the ninth column, enter '9' as the index.

الخطوة 8

حدد ما إذا كان الجدول مرتبا. إذا كان مرتبا، أدخل true؛ إذا لم يكن، أدخل false. في هذه الحالة، الجدول غير مرتب، لذا اكتب false لإكمال دالة VLOOKUP.

Specify whether the table is sorted. If sorted, enter true; if not, enter false. In this instance, the table is not sorted, so type false to complete the VLOOKUP function.

الخطوة 9

اضغط على إدخال. سيتم استرداد القيمة من الجدول وعرضها في الخلية.

Press Enter. The value from the table will be retrieved and displayed in the cell.

نصائح احترافية لاستخدام VLOOKUP في جداول بيانات Google

  1. افهم الصيغة: تتبع صيغة VLOOKUP هذا الهيكل: =VLOOKUP(search_key, range, index, [is_sorted]). تأكد من أن search_key في أول عمود من النطاق الذي تبحث فيه.

  2. استخدم المطابقة الدقيقة: للحصول على نتائج أكثر دقة، قم دائمًا بتعيين is_sorted إلى FALSE عندما تريد مطابقة دقيقة، مثل =VLOOKUP(A2, B1:D5, 3, FALSE).

  3. استخدم VLOOKUP مع المراجع المطلقة: إذا كنت تقوم بنسخ الصيغة إلى أسفل أو عبر خلايا متعددة، استخدم المراجع المطلقة ($) للنطاق لتجنب تغيير المرجع، مثل =VLOOKUP(A2, $B$1:$D$5, 3, FALSE).

المخاطر الشائعة وكيفية تجنبها عند استخدام VLOOKUP في جداول بيانات Google

  1. عدم وجود مفتاح البحث في العمود الأول: يمكن لـ VLOOKUP البحث فقط عن القيم في أول عمود من النطاق. الحل: تأكد من أن مفتاح البحث لديك في أول عمود من نطاق البحث.

  2. اختيار نطاق غير صحيح: إذا لم يتم اختيار نطاق البحث بشكل صحيح، قد تتلقى أخطاء. الحل: تحقق دائمًا من النطاق وتأكد من أنه يتضمن جميع الأعمدة اللازمة لإجراء البحث.

  3. استخدام نطاق غير مرتب عندما لا يكون مطلوبًا: إذا كانت وسيطة is_sorted معينة إلى TRUE (أو تُركت فارغة)، فقد يؤدي ذلك إلى نتائج غير صحيحة عند البحث عن مطابقة دقيقة. الحل: عيّن دائمًا is_sorted إلى FALSE للمطابقات الدقيقة.

أسئلة شائعة حول استخدام VLOOKUP في جداول بيانات Google

  1. هل يمكن لـ VLOOKUP البحث إلى يسار عمود البحث؟
    لا، يمكن لـ VLOOKUP البحث فقط عن القيم إلى يمين العمود الأول في نطاقك المحدد. للبحث إلى اليسار، يمكن اعتبار استخدام INDEX وMATCH بدلاً من ذلك.

  2. ماذا أفعل إذا أعادت VLOOKUP خطأ؟
    إذا أعادت VLOOKUP #N/A، فهذا يعني أن مفتاح البحث لم يتم العثور عليه. تأكد من أن مفتاح البحث لديك صحيح وأن النطاق يتضمن جميع التطابقات المحتملة.

  3. هل يمكنني استخدام VLOOKUP لمطابقة تقريبية؟
    نعم، عندما تُعين is_sorted إلى TRUE أو تُترك فارغة، ستبحث VLOOKUP عن أقرب مطابقة. ومع ذلك، هذا يكون أكثر فائدة للنطاقات الرقمية.H

  4. كيف أقوم بتسجيل الشاشة على mac؟ 
    لتسجيل الشاشة على جهاز Mac، يمكنك استخدام Trupeer AI. يسمح لك بالتقاط الشاشة بالكامل ويوفر إمكانيات الذكاء الاصطناعي مثل إضافة شخصيات افتراضية، وإضافة الصوت، وتكبير وتصغير الفيديو. مع ميزة ترجمة الفيديو بذكاء، يمكنك ترجمة الفيديو إلى أكثر من 30 لغة. 

  5. كيف يمكنني إضافة شخصية افتراضية إلى تسجيل الشاشة؟
    للإضافة إلى شخصية افتراضية في تسجيل الشاشة، تحتاج إلى استخدام أداة تسجيل شاشة بالذكاء الاصطناعي. Trupeer AI هو أداة تسجيل شاشة بالذكاء الاصطناعي، تساعدك في إنشاء مقاطع فيديو مع عدة شخصيات افتراضية، كما تساعدك في إنشاء شخصيتك الخاصة للفيديو.

  6. كيف أقوم بتسجيل الشاشة على نظام Windows؟
    لتسجيل الشاشة على نظام Windows، يمكنك استخدام شريط الألعاب المدمج (Windows + G) أو أداة ذكاء اصطناعي متقدمة مثل Trupeer AI للحصول على ميزات متقدمة مثل شخصيات افتراضية، التعليق الصوتي، الترجمة، إلخ.

  7. كيف يمكنني إضافة تعليق صوتي إلى الفيديو؟
    لت إضافة تعليق صوتي إلى مقاطع الفيديو، قم بتنزيل امتداد chrome الخاص بـ trupeer AI. بمجرد التسجيل، قم بتحميل الفيديو الخاص بك مع الصوت، واختر التعليق الصوتي المطلوب من trupeer، وقم بتصدير الفيديو المحرر الخاص بك. 

  8. كيف يمكنني التكبير في تسجيل الشاشة؟
    لتالتكبير أثناء تسجيل الشاشة، استخدم تأثيرات التكبير في Trupeer AI التي تتيح لك التكبير والتصغير في لحظات محددة، مما يعزز التأثير البصري لمحتوى الفيديو الخاص بك.

Start creating videos with our AI Video + Doc generator

Start creating videos with our AI Video + Doc generator

Start creating videos with our AI Video + Doc generator

Start creating videos with our AI Video + Doc generator for free

Start creating videos with our AI Video + Doc generator for free

Start creating videos with our AI Video + Doc generator for free

Pro tips for using VLOOKUP in Google Sheets

  1. Understand the syntax: The VLOOKUP formula follows this structure: =VLOOKUP(search_key, range, index, [is_sorted]). Ensure the search_key is in the first column of the range you are looking up in.

  2. Use exact match: For more accurate results, always set is_sorted to FALSE when you want an exact match, like =VLOOKUP(A2, B1:D5, 3, FALSE).

  3. Use VLOOKUP with absolute references: If you are copying the formula down or across multiple cells, use absolute references ($) for the range to avoid shifting the reference, like =VLOOKUP(A2, $B$1:$D$5, 3, FALSE).

Common pitfalls and how to avoid them for using VLOOKUP in Google Sheets

  1. Not having the search key in the first column: VLOOKUP can only search for values in the first column of the range. Fix: Ensure your search key is in the first column of the lookup range.

  2. Incorrect range selection: If your lookup range isn’t selected properly, you may receive errors. Fix: Always double-check the range and make sure it includes all the columns necessary for the lookup.

  3. Using an unsorted range when not required: If the is_sorted argument is set to TRUE (or left blank), it may lead to incorrect results when searching for exact matches. Fix: Always set is_sorted to FALSE for exact matches.

Pro tips for using VLOOKUP in Google Sheets

  1. Understand the syntax: The VLOOKUP formula follows this structure: =VLOOKUP(search_key, range, index, [is_sorted]). Ensure the search_key is in the first column of the range you are looking up in.

  2. Use exact match: For more accurate results, always set is_sorted to FALSE when you want an exact match, like =VLOOKUP(A2, B1:D5, 3, FALSE).

  3. Use VLOOKUP with absolute references: If you are copying the formula down or across multiple cells, use absolute references ($) for the range to avoid shifting the reference, like =VLOOKUP(A2, $B$1:$D$5, 3, FALSE).

Common pitfalls and how to avoid them for using VLOOKUP in Google Sheets

  1. Not having the search key in the first column: VLOOKUP can only search for values in the first column of the range. Fix: Ensure your search key is in the first column of the lookup range.

  2. Incorrect range selection: If your lookup range isn’t selected properly, you may receive errors. Fix: Always double-check the range and make sure it includes all the columns necessary for the lookup.

  3. Using an unsorted range when not required: If the is_sorted argument is set to TRUE (or left blank), it may lead to incorrect results when searching for exact matches. Fix: Always set is_sorted to FALSE for exact matches.

Common FAQs for using VLOOKUP in Google Sheets

  1. Can VLOOKUP look to the left of the search column?
    No, VLOOKUP can only search for values to the right of the first column in your specified range. To search left, consider using INDEX and MATCH instead.

  2. What should I do if VLOOKUP returns an error?
    If VLOOKUP returns #N/A, it means the search key was not found. Ensure your search key is correct, and the range includes all possible matches.

  3. Can I use VLOOKUP for an approximate match?
    Yes, when is_sorted is set to TRUE or omitted, VLOOKUP will look for the closest match. However, this is more useful for numerical ranges.H

  4. How to screen record on mac? 
    To screen record on a Mac, you can use Trupeer AI. It allows you to capture the entire screen and provides AI capabilities such as adding AI avatars, add voiceover, add zoom in and out in the video. With trupeer’s AI video translation feature, you can translate the video into 30+ languages. 

  5. How to add an AI avatar to screen recording?
    To add an AI avatar to a screen recording, you'll need to use an AI screen recording tool. Trupeer AI is an AI screen recording tool, which helps you create videos with multiple avatars, also helps you in creating your own avatar for the video.

  6. How to screen record on windows?
    To screen record on Windows, you can use the built-in Game Bar (Windows + G) or advanced AI tool like Trupeer AI for more advanced features such as AI avatars, voiceover, translation etc.

  7. How to add voiceover to video?
    To add voiceover to videos, download trupeer ai chrome extension. Once signed up, upload your video with voice, choose the desired voiceover from trupeer and export your edited video. 

  8. How do I Zoom in on a screen recording?
    To zoom in during a screen recording, use the zoom effects in Trupeer AI which allows you to zoom in and out at specific moments, enhancing the visual impact of your video content.

People also ask

How to Turn an Image into a Coloring Page in Canva

How to Print Double Sided on Canva

How to Stretch Text in Canva

How to Download Multiple Files at Once from Canva

How To Fade Edges Of Photo In Canva

Common FAQs for using VLOOKUP in Google Sheets

  1. Can VLOOKUP look to the left of the search column?
    No, VLOOKUP can only search for values to the right of the first column in your specified range. To search left, consider using INDEX and MATCH instead.

  2. What should I do if VLOOKUP returns an error?
    If VLOOKUP returns #N/A, it means the search key was not found. Ensure your search key is correct, and the range includes all possible matches.

  3. Can I use VLOOKUP for an approximate match?
    Yes, when is_sorted is set to TRUE or omitted, VLOOKUP will look for the closest match. However, this is more useful for numerical ranges.H

  4. How to screen record on mac? 
    To screen record on a Mac, you can use Trupeer AI. It allows you to capture the entire screen and provides AI capabilities such as adding AI avatars, add voiceover, add zoom in and out in the video. With trupeer’s AI video translation feature, you can translate the video into 30+ languages. 

  5. How to add an AI avatar to screen recording?
    To add an AI avatar to a screen recording, you'll need to use an AI screen recording tool. Trupeer AI is an AI screen recording tool, which helps you create videos with multiple avatars, also helps you in creating your own avatar for the video.

  6. How to screen record on windows?
    To screen record on Windows, you can use the built-in Game Bar (Windows + G) or advanced AI tool like Trupeer AI for more advanced features such as AI avatars, voiceover, translation etc.

  7. How to add voiceover to video?
    To add voiceover to videos, download trupeer ai chrome extension. Once signed up, upload your video with voice, choose the desired voiceover from trupeer and export your edited video. 

  8. How do I Zoom in on a screen recording?
    To zoom in during a screen recording, use the zoom effects in Trupeer AI which allows you to zoom in and out at specific moments, enhancing the visual impact of your video content.

People also ask

How to Turn an Image into a Coloring Page in Canva

How to Print Double Sided on Canva

How to Stretch Text in Canva

How to Download Multiple Files at Once from Canva

How To Fade Edges Of Photo In Canva

Start creating videos with our AI Video + Doc generator

Start creating videos with our AI Video + Doc generator

Start creating videos with our AI Video + Doc generator

Start creating videos with our AI Video + Doc generator

Instant AI Product Videos & Docs from Rough Screen Recordings

Experience the new & faster way of creating product videos.

Instant AI Product Videos and Docs from Rough Screen Recordings.

Experience the new & faster way of creating product videos.

Instant AI Product Videos and Docs from Rough Screen Recordings.

Experience the new & faster way of creating product videos.

Instant AI Product Videos and Docs from Rough Screen Recordings.