How to do 1/C

K

Khoiyuru

Hello.
I'm new on the world of Excel. And, my question can be stupid but...
I've 3 lines : A, B and C
In B and C, I've number
And in A I wan't to do : 1/C, but I don't know how we can do it
:confused:
I've written 1/C in the boxe but it don't work :(
How can I do 1/C ? What have I to write in the A's boxe?
I'm sorry, my english is not very good... :(
 
A

Ardus Petus

In an Excel sheet, you have :
- rows numbered from 1 to 65536
- columns numbered A to IV
Each cell is identified by its Column identifier and its row number
(eg: cell B3 is in 3rd row, 2nd column)

If you want cell A1 = 1 divided by cell C1's contents, type in cell A1:
=1/C1

HTH
 
K

Khoiyuru

Thank you :)
I've do it, but it don't show me any number.
A1: 1/C1
B1 : 1013
C1: 6,00E-05
It is normal ? :confused:
 
Top