نستخدم الدوال الاتية فقط
SUMIF is a function in Excel that sums the values in a range of cells that meet a certain criteria. The syntax for the SUMIF function is:
=SUMIF(range, criteria, sum_range)
range: The range of cells that you want to sum.
criteria: The criteria that the cells in the range must meet. This can be a number, text, or a logical value.
sum_range: The range of cells that you want to sum the values in.
For example, the following formula will sum the values in the range A2:A10 that are greater than 10:
=SUMIF(A2:A10, ">10", A2:A10)
VLOOKUP is a function in Excel that looks up a value in a table and returns a value from another column in the same table. The syntax for the VLOOKUP function is:
=VLOOKUP(lookup_value, table_array, column_index_num, [is_sorted])
lookup_value: The value that you want to look up.
table_array: The range of cells that contains the table that you want to look up the value in.
column_index_num: The number of the column in the table that contains the value that you want to return.
is_sorted: (Optional) A logical value that specifies whether the table is sorted in ascending or descending order.
For example, the following formula will look up the value "John" in the range A2:B10 and return the value in the second column (column B):
=VLOOKUP("John", A2:B10, 2)
IFERROR is a function in Excel that returns a value if a formula evaluates to an error and another value if the formula does not evaluate to an error. The syntax for the IFERROR function is:
=IFERROR(formula, value_if_error)
formula: The formula that you want to check for errors.
value_if_error: The value that you want to return if the formula evaluates to an error.
For example, the following formula will return the value "10" if the formula in cell A1 evaluates to an error and the value in cell A1 if the formula does not evaluate to an error:
=IFERROR(A1, 10)
شيت احترافى اضافة المشتريات والمبيعات معرفة رصيد المخزون فى الاكسل
=============
,تعلم Excel بسهولة ms excel,اكسيل,
================================
المقدمة
يهدف هذا الشيت الى تسهيل عملية ادارة المخزون من خلال تسجيل المشتريات والمبيعات ومعرفة الرصيد المتبقي لكل صنف.
المكونات
يتكون الشيت من 3 أوراق عمل:
ورقة العمل الرئيسية: تحتوي على العناصر التالية:
قائمة الأصناف
: يتم إدخال بيانات كل صنف في هذه القائمة، بما في ذلك الاسم والوحدة والسعر وتكلفة الشراء.
سجل المشتريات:
يتم إدخال بيانات كل عملية شراء في هذا السجل، بما في ذلك تاريخ الشراء والكمية والسعر.
سجل المبيعات: يتم إدخال بيانات كل عملية بيع في هذا السجل، بما في ذلك تاريخ البيع والكمية والسعر.
ورقة العمل الخاصة بالرصيد:
تحتوي على قائمة الأصناف والرصيد المتبقي لكل صنف.
ورقة العمل الخاصة بالتقارير:
تحتوي على مجموعة من التقارير، بما في ذلك تقرير المشتريات وتقرير المبيعات وتقرير الرصيد.
طريقة الاستخدام
قم بفتح الشيت وإضافة بيانات الأصناف:
قم بإضافة بيانات كل صنف في قائمة الأصناف، بما في ذلك الاسم والوحدة والسعر وتكلفة الشراء.
تأكد من أن وحدة كل صنف متسقة مع بعضها البعض.
تأكد من أن سعر كل صنف يعكس سعر الشراء.
قم بتسجيل المشتريات:
قم بإضافة بيانات كل عملية شراء في سجل المشتريات، بما في ذلك تاريخ الشراء والكمية والسعر.
تأكد من أن وحدة الكمية في سجل المشتريات متسقة مع وحدة الصنف في قائمة الأصناف.
تأكد من أن السعر في سجل المشتريات يعكس سعر الشراء.
قم بتسجيل المبيعات:
قم بإضافة بيانات كل عملية بيع في سجل المبيعات، بما في ذلك تاريخ البيع والكمية والسعر.
تأكد من أن وحدة الكمية في سجل المبيعات متسقة مع وحدة الصنف في قائمة الأصناف.
تأكد من أن السعر في سجل المبيعات يعكس سعر البيع.
قم بعرض الرصيد:
لعرض الرصيد المتبقي لكل صنف، قم بفتح ورقة العمل الخاصة بالرصيد.
سترى قائمة الأصناف والرصيد المتبقي لكل صنف.