Skip to content

Commit 0f19341

Browse files
authored
Create readme.md
1 parent 5821b10 commit 0f19341

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

excel/calculate_references/readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Calculates and displays values of a formula.
2+
3+
For example, when pointed at an Excel cell containing a formula:
4+
5+
```excel
6+
=(B6+B3*B4)/(B5*(B4^0.5))+((B5*(B4^0.5))/2)
7+
```
8+
9+
It will calculate the references
10+
```
11+
=(0.182322+5%+0.32627/(0.12*(0.326027^0.5))/2)
12+
```

0 commit comments

Comments
 (0)