![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi, I'm having some trouble with Outlook Formulas. I'm trying to use the
formula in my form to add the results of four formulas. Here's what I've put in the formula: [NPR]+[NPT] Each one of these fields is itself a formula and I want Outlook to add the results of the two formulas together. Instead, it simply displays the two results side by side, like this: $395.00$45.00 So instead of adding the two, I'm stuck with this. Anyone know how to overcome this little problem. I have the feeling I'm missing something obvious. As well, is there a comprehensive list and explanation of the Outlook formula functions out there, I can figure out quite a few of them, but not all and none of the Outlook books I have explain each function. Thanks! |
Ads |
#2
|
|||
|
|||
![]()
Try using a conversion function:
CCur([NPR]) + CCur([NPT]) All the functions have equivalents in VBA, I think, so you can look them up there. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Steve" wrote in message ... Hi, I'm having some trouble with Outlook Formulas. I'm trying to use the formula in my form to add the results of four formulas. Here's what I've put in the formula: [NPR]+[NPT] Each one of these fields is itself a formula and I want Outlook to add the results of the two formulas together. Instead, it simply displays the two results side by side, like this: $395.00$45.00 So instead of adding the two, I'm stuck with this. Anyone know how to overcome this little problem. I have the feeling I'm missing something obvious. As well, is there a comprehensive list and explanation of the Outlook formula functions out there, I can figure out quite a few of them, but not all and none of the Outlook books I have explain each function. Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
If Then Formula | Aggie G | Outlook - Using Forms | 5 | November 8th 06 07:16 PM |
Creating a validation formula in Outlook 2003 | Gladys | Outlook - Using Forms | 1 | July 14th 06 03:51 AM |
Need a formula | Charles Woll | Outlook Express | 2 | February 26th 06 08:27 PM |
Custom Formula fields Outlook 2003 | Lee Halford | Outlook - Using Forms | 1 | February 4th 06 07:16 PM |
Outlook 2003 Forms - Inserting a space in a field formula | DBH | Outlook - Using Forms | 2 | January 25th 06 05:03 AM |