Using The Excel Addin Called PsycExcel
Using The Excel Addin Called PsycExcel
xla
First the program has to be stored on your computer in the Documents and Settings folder as
it is assigned to you as the user.
In the case below Dave Moser is the user on his computer under Documents and Settings
folder he has a sub-folder called “dmoser.” On your computer it will different but some form
of your name or the user’s name.
In this folder is a sub-folder called “Application Data” and under that is “Microsoft,” and
under that is “AddIns.” “AddIns” is where you store the program ‘PsycExcel.xla’.
Then you have to open Excel on your computer and go into Tools and under that open
AddIns. If it is not on the list of AddIns that you can check, you have to use Browse to go
into the AddIns sub-folder to find it.
W_DbWb(N 1, N 2, N 3)
Where
W is what you are finding
N1 is Db
N 2 is Wb
N 3 is altitude in feet
Where:
W is what you a solving for W being Specific Humidity in Grains/lb
And you are using the numbers or values found in cell1 and cell 2
Cell 1 contains Db - Dry bulb temperature in Fahrenheit
Cell 2 contains Wb - Wet bulb temperature in Fahrenheit
Cell 3 contains Altitude in feet
Rh_DbW(cell1,cell 2, cell 3)
Where:
Rh is what you a solving for, RH being Relative Humidity in %
And you are using the numbers or values found in cell1 and cell 2
Cell 1 contains Db - Dry bulb temperature in Fahrenheit
Cell 2 contains W – Specific Humidity in Grains/lb
Cell 3 contains Altitude in feet
H_DbW(cell1,cell 2,cell 3)
Where:
H is what you a solving for, H being Enthalpy in Btus/lb
And you are using the numbers or values found in cell1 and cell 2
Cell 1 contains Db - Dry bulb temperature in Fahrenheit
Cell 2 contains W – Specfic Humidity in Grains/lb
Cell 3 contains Altitude in feet
Examples in numbers