Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Temperature dependant variables - can excel do it?

I wish to calculate the accuracy and precision of laboratory pipettes,
and use the specific gravity of water. However, the specific gravity
of water changes with temperature and this needs to be included in the
equation. I would like to have box in the spreadsheet for the
temperature. I would then like to relate this value to some
pre-determined constants = eg at 22oC specific gravity = 0.9978, at
23oC specific gravity equals 0.9976 etc. Therefore, the calculation
would need to check what value of temperature is entered,
cross-reference the specific gravity value and then use the value in
the equation.

can anyone help?
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 134
Default Temperature dependant variables - can excel do it?

VLOOKUP should do the trick

Define your table of Temps and SGs. I called mine "TempSGtable"

Temp S
22 0.997
23 0.997
24 0.997
25 0.997

The following function will return SG values for Temp values placed in cell A1

VLOOKUP(A1,TempSGtable,2,0

Hope this helps

Kevi

----- Lee Parker wrote: ----

I wish to calculate the accuracy and precision of laboratory pipettes
and use the specific gravity of water. However, the specific gravit
of water changes with temperature and this needs to be included in th
equation. I would like to have box in the spreadsheet for th
temperature. I would then like to relate this value to som
pre-determined constants = eg at 22oC specific gravity = 0.9978, a
23oC specific gravity equals 0.9976 etc. Therefore, the calculatio
would need to check what value of temperature is entered
cross-reference the specific gravity value and then use the value i
the equation

can anyone help

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 81
Default Temperature dependant variables - can excel do it?

why not just have a list of diffrent temps and another with the
co-responding S.G value, and then the formula, (then plot a graph) -
it's this what is commanly done?

a b c
Temp Sp. Garv. forumal
1 .002 = a*b+2
2 .003
3 .004
4 .003
4 .033

and so on?

Good Luck
Ross
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Temperature dependant variables - can excel do it?

I would suggest a small linking of natural science instead
of dull programming:

Function DensWl(TC As Double) As Double
'Liquid water density[kg.dm-3]
DensWl = 0.99965 + (0.00020438 - 0.000061744 * Sqr(TC))
* TC
End Function

-----Original Message-----
I wish to calculate the accuracy and precision of

laboratory pipettes,
and use the specific gravity of water. However, the

specific gravity
of water changes with temperature and this needs to be

included in the
equation. I would like to have box in the spreadsheet for

the
temperature. I would then like to relate this value to

some
pre-determined constants = eg at 22oC specific gravity =

0.9978, at
23oC specific gravity equals 0.9976 etc. Therefore, the

calculation
would need to check what value of temperature is entered,
cross-reference the specific gravity value and then use

the value in
the equation.

can anyone help?
.



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,071
Default Temperature dependant variables - can excel do it?

Ummm...sorry, but I'm at a loss as to what you are suggesting...

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article ,
says...
why not just have a list of diffrent temps and another with the
co-responding S.G value, and then the formula, (then plot a graph) -
it's this what is commanly done?

a b c
Temp Sp. Garv. forumal
1 .002 = a*b+2
2 .003
3 .004
4 .003
4 .033

and so on?

Good Luck
Ross

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Gas Temperature correction factors in an excel spreadsheet. greg Excel Worksheet Functions 10 February 3rd 09 11:35 PM
temperature values Azeem! Excel Discussion (Misc queries) 7 February 1st 08 08:20 PM
Temperature (degree) symbol Shelia Excel Discussion (Misc queries) 2 July 25th 07 08:45 PM
Temperature Formula HELP!!! [email protected] Excel Worksheet Functions 0 November 22nd 06 02:43 AM
HOW DO I USE EXCEL FOR QUALITY CONTROL CHART SUCH AS TEMPERATURE . GEE Charts and Charting in Excel 1 March 30th 06 02:25 PM


All times are GMT +1. The time now is 04:06 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"