---
title: IMTAN – หา Tan (Complex)
url: https://www.thepexcel.com/functions/excel/engineering/imtan/
type: function-explainer
program: Excel
syntax: =IMTAN(inumber)
date: 2025-12-02
updated: 2026-05-31
scores:
  popularity: 3
  difficulty: 5
  usefulness: 4
---

# IMTAN – หา Tan (Complex)

> หาค่า Tangent ของจำนวนเชิงซ้อน

## คำอธิบาย

หาค่า Tangent ของจำนวนเชิงซ้อน

## Syntax

```excel
=IMTAN(inumber)
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| inumber | Yes | Text |  | จำนวนเชิงซ้อน |

## ตัวอย่าง

### 1. ตัวอย่าง

```excel
=IMTAN("1+i")
```

**ผลลัพธ์:** `0.271753+1.08392i`

Tan(1+i). IMTAN formula returns: 0.271753+1.08392i

### 2. ตัวอย่าง (with different value)

```excel
=IMTAN("4+i")
```

**ผลลัพธ์:** `0.273553+1.00281i`

Similar to previous example but with different input values. Formula: =IMTAN("2+i") returns 0.273553+1.00281i.

### 3. ตัวอย่าง (with variation 2)

```excel
=IMTAN("2+i")
```

**ผลลัพธ์:** `-0.243458+1.16674i`

Similar to previous example but with different input values. Formula: =IMTAN("2+i") returns -0.243458+1.16674i.

## ฟังก์ชันที่เกี่ยวข้อง

- [COMPLEX – สร้างจำนวนเชิงซ้อน](https://www.thepexcel.com/functions/excel/engineering/complex/)
- [TAN – หาค่า Tangent](https://www.thepexcel.com/functions/excel/math-and-trigonometry/tan/)

## แหล่งข้อมูลเพิ่มเติม

- [Official Documentation](https://support.microsoft.com/en-us/office/imtan-function-8478f45d-610a-43cf-8544-9fc0b553a132) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-imtan-function) _(guide)_

---

_Source: [https://www.thepexcel.com/functions/excel/engineering/imtan/](https://www.thepexcel.com/functions/excel/engineering/imtan/)_
