Excel의 SUM 함수는 셀 범위의 숫자를 합산할 수 있는 기본적인 수학 공식입니다. 단순하면서도 강력한 기능으로 다양한 응용 프로그램에서 일반적으로 사용됩니다. 다음은 Excel에서 SUM 기능을 사용하는 방법입니다. 예는 다음과 같습니다:
기본 SUM 함수
기본 SUM 함수를 사용하려면 함수 내에서 추가할 셀 범위를 지정하기만 하면 됩니다. 수식 구문은 다음과 같습니다:
= SUM(범위)
예를 들어, 셀 A1에서 A5까지 숫자를 합산하려고 합니다. 다음 공식을 새 셀에 입력합니다:
= SUM(A1:A5)
그러면 A1 ~ A5 범위의 숫자의 합이 반환됩니다.
여러 범위에서 SUM 기능 사용
각 범위를 쉼표로 구분하여 여러 범위에 SUM 기능을 사용할 수도 있습니다. 예를 들어, 셀 A1에서 A5까지, B1에서 B5까지 숫자를 더하려면 다음 공식을 입력합니다:
= SUM(A1:A5, B1:B5)
이렇게 하면 두 범위의 숫자 합계가 반환됩니다.
비인접 셀에서 SUM 기능 사용
각 셀을 선택하는 동안 Ctrl 키를 누른 상태에서 인접하지 않은 셀에 SUM 기능을 사용할 수도 있습니다. 예를 들어, 셀 A1, A3 및 A5의 숫자를 합산하려면 다음 공식을 입력합니다:
= SUM(A1,A3,A5)
이렇게 하면 비인접 셀의 숫자 합계가 반환됩니다.
조건부 서식과 함께 SUM 기능 사용
조건부 서식과 함께 SUM 기능을 사용하여 특정 조건을 충족하는 셀만 추가할 수도 있습니다. 예를 들어, 10보다 큰 셀 A1에서 A5까지의 숫자를 더하려면 다음 공식을 입력합니다:
=SUMIF(A1:A5,>10")
이렇게 하면 10보다 큰 A1 - A5 범위의 숫자의 합계가 반환됩니다.
결론적으로, Excel의 SUM 기능은 셀 범위에서 숫자를 추가하는 간단하면서도 강력한 도구입니다. 다양한 범위, 비인접 셀 및 조건부 서식과 함께 사용하는 방법을 이해하면 Excel 스프레드시트에서 다양한 계산을 쉽게 수행할 수 있습니다.
Eng ver.
The SUM function in Excel is a basic mathematical formula that allows you to add up numbers in a range of cells. It is a simple yet powerful function that is commonly used in many different applications. Here's how to use the SUM function in Excel, with examples:
Basic SUM Function
To use the basic SUM function, you simply need to specify the range of cells you want to add up within the function. The formula syntax is as follows:
=SUM(range)
For example, let's say you want to add up the numbers in cells A1 to A5. You would enter the following formula into a new cell:
=SUM(A1:A5)
This would return the sum of the numbers in the range A1 to A5.
Using the SUM Function with Multiple Ranges
You can also use the SUM function with multiple ranges by separating each range with a comma. For example, if you want to add up the numbers in cells A1 to A5 and B1 to B5, you would enter the following formula:
=SUM(A1:A5,B1:B5)
This would return the sum of the numbers in both ranges.
Using the SUM Function with Non-Adjacent Cells
You can also use the SUM function with non-adjacent cells by holding down the Ctrl key while selecting each cell. For example, if you want to add up the numbers in cells A1, A3, and A5, you would enter the following formula:
=SUM(A1,A3,A5)
This would return the sum of the numbers in the non-adjacent cells.
Using the SUM Function with Conditional Formatting
You can also use the SUM function with conditional formatting to add up only the cells that meet a certain condition. For example, if you want to add up the numbers in cells A1 to A5 that are greater than 10, you would enter the following formula:
=SUMIF(A1:A5,">10")
This would return the sum of the numbers in the range A1 to A5 that are greater than 10.
In conclusion, the SUM function in Excel is a simple yet powerful tool for adding up numbers in a range of cells. By understanding how to use it with different ranges, non-adjacent cells, and conditional formatting, you can easily perform various calculations in your Excel spreadsheets.
'IT Develop > 엑셀(EXCEL)' 카테고리의 다른 글
[엑셀 기능] 조건부 서식(conditional forms)에 대하여 알아봅시다. (0) | 2023.04.18 |
---|---|
[엑셀 함수] IF 함수에 대하여 알아봅시다 (0) | 2023.04.18 |
[엑셀함수] DATE 함수에 대하여 알아봅시다 (0) | 2023.04.18 |
[엑셀 함수]HLOOUP과 VLOOKUP에 대하여 알아봅시다 (0) | 2023.04.18 |
[엑셀 함수]MATCH(매치) 및 INDEX(인덱스) 기능을 사용하는 방법. (0) | 2023.04.12 |
댓글