IMSUM and IMSUB functions - Sum and complex differences in Excel
The following article details the meaning and usage of IMSUM and IMSUB functions - Sum and difference of two complex numbers in excel.
1. IMSUM function
Description: The function performs the sum of 2 or more complex numbers in excel.
Syntax: = IMSUM (inumber1, inumber2, .) .
Inside:
- inumber1, inumber2, .: are complex numbers to be summed up, up to 255 complex numbers, at least have 2 complex numbers.
Attention:
- The sum of 2 complex numbers is calculated as follows:
For example:
Sum the following complex numbers:
In the first and second complex numbers, enter the following formula: IMSUM (B6, D6) -> Press Enter -> the sum of 2 and 1 complex numbers is:
In the cell to sum of 3 complex numbers, enter the formula: IMSUM (B6, C6, D6) -> The sum of 3 complex numbers is:
2. IMSUB function
Description: The function returns the difference of two complex numbers of the format x + yi or x + yj.
Syntax: IMSUB (inumber1, inumber2) .
Inside:
- inumber1 : The first complex number, is the subtracted number
- inumber2 : is the second complex number, minus number.
Attention:
- IMSUB function has only 2 parameters and cannot subtract 3 or more complex numbers.
- The difference is calculated based on the formula:
For example:
Calculate the difference of 2 complex numbers 1 and 2, 2 and 3.
In the cell to calculate difference of the 1st and 2nd complex numbers enter the formula: IMSUB (B6, C6) -> Press Enter -> the 1st and 2nd complex differences are:
In the cell you need to calculate the difference of the 2nd and 3rd complex numbers enter the formula: IMSUB (C6, D6) -> Press Enter -> the 2nd and 3rd complex differences are:
The above is a detailed guide on how to use and specific examples of IMSUM and IMSUB functions that hope to help you.
Good luck!
You should read it
- How to fix the SUM function doesn't add up in Excel
- Complete financial functions in Excel you should know
- MS Excel - Lesson 5: Excel formulas and functions
- Compare ROUND, ROUNDUP and ROUNDDOWN rounding functions in Excel
- Summary of information functions in Excel
- Comparison functions in Excel - How to use comparison functions and examples using comparison functions
- Date time functions in Excel
- 10 EXCEL functions that ACCOUNTERS often use
May be interested
- 10 EXCEL functions that ACCOUNTERS often usein excel, there are many functions that can help accounting in daily data entry, but here are some common functions used by accounting.
- MS Excel 2003 - Lesson 8: Excel Macro - Automate complex tasksa macro is a program that includes commands and functions that are executed every time you need it. macros can automatically perform operations and reduce steps to complete regular tasks.
- The 10 most useful but often forgotten functions in excelmicrosoft excel is an extremely effective and effective calculation tool not only for accounting and office but also for many other industries.
- What is a CSV file? Differences between CSV and Excel fileswhat is a csv file? differences between csv and excel files. if you are an office worker, you've probably met the document saved as a csv. the csv document also makes one of the most popular documents in the world with a small archive capacity.
- Logical functions (logical) in Excellogical functions are used a lot during data processing in excel. the article summarizes the syntax and functions of functions in logical function groups in excel.
- How to use Excel's VALUE functionexcel's value function will convert a string to a digital form, which can be combined with other functions such as left function, right function, mid function.
- Instructions for using Index function in Excelindex is a function that returns an array in excel. when using the index function, you get the values in a cell between the column and the row.
- Add-ins in Excel: How to install and removethe features in excel are many but not enough, with complex functions or features in excel without you, you can install add-ins to manipulate and process data more easily. when not needed, you can remove add-in from excel.
- Tips for working with functions in Excelfunctions that work with excel functions functions are predefined formulas for performing specific calculations, or for manipulating spreadsheets.
- The MIN and MAX functions (the smallest and largest value functions) in Excelthe function to return the maximum value (max) and the function to return the minimum value (min) are two common statistical functions used by a lot of people in the process of manipulating and processing data in excel.