TEXT

Converts a value into text according to a given format.

๊ตฌ๋ฌธ

TEXT(Value; Format)

Value is the value (numerical or textual) to be converted.

์„œ์‹์€ ์„œ์‹์„ ์ง€์ •ํ•˜๋Š” ํ…์ŠคํŠธ์ž…๋‹ˆ๋‹ค. ์…€ ์„œ์‹์— ์„ค์ •๋œ ์–ธ์–ด์— ๋”ฐ๋ผ ์†Œ์ˆ˜ ๋ฐ ์ฒœ๋‹จ์œ„ ๊ตฌ๋ถ„ ๊ธฐํ˜ธ๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.

์˜ˆ์ œ

=TEXT(12.34567;"###.##")๋Š” ํ…์ŠคํŠธ 12.35๋ฅผ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค.

=TEXT(12.34567;"000.00")๋Š” ํ…์ŠคํŠธ 012.35๋ฅผ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค.

=TEXT("xyz";"=== @ ===") returns the text === xyz ===

tip

See also Number format codes: custom format codes defined by the user.


Please support us!