Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
pgruening
 
Posts: n/a
Default can't get "sum" to add up properly


Hi, I'd appreciate any help with my problem. I have the following

A B
C
1 Benefit Coverage Amount Monthly
Premium
2 Employee Life .21/$1,000 $67,000.00 $14.07
3 Dependent Life (if applicable) family $2.00
4 Employee AD&D .04/$1,000$67,000.00 $2.68
5 LTD 2.58/100 $1,529.00 $39.45
6 Dental family 47.86
7 Health family 48.90
8 EAP (if applicable) yes $2.20
9 *Total Monthly Premium $60.40*

The formula in *C9 is =SUM(C2:C8)* but it doesn't seem to being adding
the values in C6 and C7. The value in C6 comes from the following
formula
=IF(B6="single",20.35,"47.86") and the value in C7 comes from a
similar formula.

Any suggestions on how to get the total of C2 to C8 in C9


--
pgruening
------------------------------------------------------------------------
pgruening's Profile: http://www.excelforum.com/member.php...o&userid=26011
View this thread: http://www.excelforum.com/showthread...hreadid=479889

  #2   Report Post  
swatsp0p
 
Posts: n/a
Default can't get "sum" to add up properly


I bet if you change B6 to "single" it will add correctly. Your IF
statement returns a TEXT string (not a number) when B6<"single", (you
have the amount enclosed in quotation marks). Remove the quotes and
see what happens.

=IF(B6="single",20.35,"47.86") should be:

=IF(B6="single",20.35,47.86)

Good Luck


--
swatsp0p


------------------------------------------------------------------------
swatsp0p's Profile: http://www.excelforum.com/member.php...o&userid=15101
View this thread: http://www.excelforum.com/showthread...hreadid=479889

  #3   Report Post  
pgruening
 
Posts: n/a
Default can't get "sum" to add up properly


Thanks Bruce your suggestion worked perfectly!

Peter


--
pgruening
------------------------------------------------------------------------
pgruening's Profile: http://www.excelforum.com/member.php...o&userid=26011
View this thread: http://www.excelforum.com/showthread...hreadid=479889

  #4   Report Post  
swatsp0p
 
Posts: n/a
Default can't get "sum" to add up properly


I'm glad it worked for you. Thanks for the feedback, it is always
appreciated.

Cheers!


--
swatsp0p


------------------------------------------------------------------------
swatsp0p's Profile: http://www.excelforum.com/member.php...o&userid=15101
View this thread: http://www.excelforum.com/showthread...hreadid=479889

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
Get excel 2005 to line up damn dollar signs properly. Idiots. DGWeeks Excel Discussion (Misc queries) 1 September 15th 05 06:51 AM
Cells formated as text do not always display properly Cass Excel Discussion (Misc queries) 2 July 23rd 05 01:59 AM
Tab button not working properly Mike J Setting up and Configuration of Excel 3 June 4th 05 12:14 AM
Excel 2000 running on Windows XP SP2 does not properly open CSV fi Oscar Excel Discussion (Misc queries) 1 December 20th 04 10:10 PM
The colors should work properly in Shared Excel Workbooks. [email protected] Excel Worksheet Functions 1 November 8th 04 10:55 PM


All times are GMT +1. The time now is 03:48 PM.

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

About Us

"It's about Microsoft Excel"