반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- matplotlib
- Java
- google apps script
- Tkinter
- dataframe
- Google Excel
- GIT
- django
- 파이썬
- numpy
- PySpark
- Kotlin
- string
- PostgreSQL
- Apache
- Excel
- c#
- gas
- math
- PANDAS
- Redshift
- Google Spreadsheet
- Mac
- hive
- Github
- array
- SQL
- list
- Python
Archives
- Today
- Total
달나라 노트
Excel : text function (원하는 format으로 값 표시하기) 본문
728x90
반응형
=text(value, format)
text 함수는 위처럼 사용할 수 있으며, value를 지정한 format대로 변환하여 표시해주는 역할을 합니다.
예시는 위와 같습니다.
사용할 수 있는 format은 사용자 지정 표시형식에서 사용하는 것과 동일하다고 생각하면 편합니다.
support.microsoft.com/ko-kr/office/text-%ED%95%A8%EC%88%98-20d5ac4d-7b94-49fd-bb38-93d29371225c
TEXT 함수
구문: TEXT(value, format_text)
support.microsoft.com
기타 다른 format은 위 링크 참조.
728x90
반응형
'Excel' 카테고리의 다른 글
Excel : find, search (문자열에서 원하는 텍스트 위치 찾기) (0) | 2021.03.24 |
---|---|
Excel : edate 함수 (날짜에 월 단위 연산하기) (0) | 2021.02.25 |
Excel : iserror 함수(Error인지 아닌지의 여부를 반환) (0) | 2021.02.25 |
Excel : today, now, time function (0) | 2021.01.27 |
Excel : filter function (0) | 2021.01.23 |
Comments