Share Bài 2: Dãy số Fibonacci – Excel cơ bản

lephuongxmas

New member
Trình tự ** Trình tự Fibonacci trong Excel **

** Trình tự Fibonacci ** là chuỗi vô hạn của các số tự nhiên bắt đầu bằng hai phần tử 0 và 1 hoặc 1 và 1, các phần tử sau đó được đặt theo quy tắc của mỗi phần tử luôn bằng tổng của hai phần tử trước đó.

** Cách tạo chuỗi Fibonacci trong Excel? **

1. ** Viết các giá trị 0 và 1 trong các ô A1 và A2 theo thứ tự. **

2. ** Viết giá trị trong ô A3 là = A1+A2. **

3. ** Sử dụng chức năng tự động. **

** Đầu ra: **

[!

** Mẹo thưởng: **

Bạn cũng có thể sử dụng hàm `sequence ()` để tạo chuỗi fibonacci trong excel.Cú pháp của hàm `sequence ()` là:

`` `
= Chuỗi (bắt đầu, bước, số)
`` `

Ở đâu:

* `start` là giá trị bắt đầu của chuỗi.
* `Bước` là sự gia tăng giữa mỗi giá trị trong chuỗi.
* `number` là số lượng giá trị để trả về trong chuỗi.

Để tạo chuỗi fibonacci trong excel bằng hàm `sequence ()`, bạn sẽ sử dụng công thức sau:

`` `
= Chuỗi (0, 1, 10)
`` `

Công thức này sẽ trả về trình tự Fibonacci sau:

[!
=======================================
sequence **Fibonacci Sequence in Excel**

**The Fibonacci sequence** is the infinite sequence of natural numbers starting with two elements 0 and 1 or 1 and 1, the elements are then set according to the rule of each element always equal to the sum of two elements before it.

**How to create a Fibonacci sequence in Excel?**

1. **Write the values 0 and 1 in the A1 and A2 cells in the order.**

2. **Write the value in cell A3 is = A1+A2.**

3. **Use Autofill function.**

**Output:**

[![Fibonacci Sequence in Excel](https://i.imgur.com/45e4553.png)](https://i.imgur.com/45e4553.png)

**Bonus tip:**

You can also use the `SEQUENCE()` function to create a Fibonacci sequence in Excel. The syntax of the `SEQUENCE()` function is:

```
=SEQUENCE(start, step, number)
```

Where:

* `start` is the starting value of the sequence.
* `step` is the increment between each value in the sequence.
* `number` is the number of values to return in the sequence.

To create a Fibonacci sequence in Excel using the `SEQUENCE()` function, you would use the following formula:

```
=SEQUENCE(0, 1, 10)
```

This formula would return the following Fibonacci sequence:

[![Fibonacci Sequence in Excel using SEQUENCE() function](https://i.imgur.com/5o5l57b.png)](https://i.imgur.com/5o5l57b.png)
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top