+ Reply to Thread
Results 1 to 6 of 6

Thread: Convert Dew Point formula to Excel?

  1. #1
    Registered User
    Join Date
    10-05-2005
    Posts
    36

    Convert Dew Point formula to Excel?

    Hi,

    I have been struggling to get the attached formula to calculate correctly in Excel - I'm sure its dumbo issue - any help is much appreciated :-)

    The aim is to use a temperature value (C) and a Relative Humidity value (%) to give Dew Point Temperature.

    For example:

    T RH Dew
    17.38 66.54 11.08
    Attached Images Attached Images

  2. #2
    Forum Guru martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    10,788

    Re: Convert Dew Point formula to Excel?

    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and a dabbler in Cisco
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    10-05-2005
    Posts
    36

    Re: Convert Dew Point formula to Excel?

    Thanks Martin - I will have a go at this - much bigger formula - perhaps more accurate.

  4. #4
    Forum Guru
    Join Date
    04-13-2005
    Location
    here
    MS-Off Ver
    2002/XP
    Posts
    1,238

    Re: Convert Dew Point formula to Excel?

    The given expression looks pretty straightforward. When you say it doesn't calculate correctly, what do you mean? Is it giving you an error value? An incorrect, but close value? An incorrect value that has nothing to do with reality?

    If it helps, when I'm building an equation like this, I like to put each element of the function in its own cell. So, I would have input cells for a, b, T, and RH. Then a cell for gamma. And a final cell that calculated Td. by breaking the expression up into smaller "bites," each cell is easier to program, and easier to debug.

    Of course, what we all seem to want is a single cell that contains the whole function. When this is the case, having broken it up into pieces, I find it easier to then combine pieces until I get the whole function into one cell.

  5. #5
    Registered User
    Join Date
    10-05-2005
    Posts
    36

    Re: Convert Dew Point formula to Excel?

    Hi, sorry, you're quite right - not enough info. The value I'm getting is not right - I have broken the equation down into three parts as follows:

    C3 = Temp value
    D3 = RH value

    K3 =237.7*(SQRT(C3*D3))
    L3 =17.271-(SQRT(C3*D3))
    M3 =K3/L3

  6. #6
    Registered User
    Join Date
    10-05-2005
    Posts
    36

    Re: Convert Dew Point formula to Excel?

    Got it - I wasn't reading the formula correclty - thanks and sorry :-)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0