Chemical Formulas

This Sheet was built with VBA to add Chemistry formulas to get the Name, Atomic weight, Electron Configuration, Melting Point, and more to speed up the process of calculating chemical formulas.

For Example.. Instead of looking up a periodic table to find the atomic weight of water H2O you can just add them together without needing to look the values up. Ex.

H2O = (=CHEM_ATOMIC_WEIGHT(“H”)*2) +CHEM_ATOMIC_WEIGHT(“O“)

or instead of remembering the electron configuration of Uranium to get [Rn] 5f3 6d1 7s2

you can just use the formula =CHEM_ELEMENT_ELECTRON_CONFIGURATION("U")

Chemical Formulas.gif

Created by: Zachary Ruhter

Excel Edge