Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
How do I make a row add together when one cell has a text function? The
funstion in the one is =TEXT(E6-E5,"h:mm"), I am using it to add up hours worked then I want to add plan numbers in row to give me a total. |
#2
![]() |
|||
|
|||
![]()
One way
=SUMPRODUCT(--(E1:E6)) -- HTH RP (remove nothere from the email address if mailing direct) "Threshold" wrote in message ... How do I make a row add together when one cell has a text function? The funstion in the one is =TEXT(E6-E5,"h:mm"), I am using it to add up hours worked then I want to add plan numbers in row to give me a total. |
#3
![]() |
|||
|
|||
![]()
Don't use the TEXT formula in the first place. Use just E6-E5 and apply the
h:mm format to the cell. You'll save yourself a lot of hassles this way. On Thu, 17 Mar 2005 06:35:05 -0800, Threshold wrote: How do I make a row add together when one cell has a text function? The funstion in the one is =TEXT(E6-E5,"h:mm"), I am using it to add up hours worked then I want to add plan numbers in row to give me a total. |
#4
![]() |
|||
|
|||
![]()
Re-reading this, it probably doesn't make a lot of sense to you. What I am
suggesting is that the range that your formula is in is plugged into the SUMPRODUCT formula I gave you. -- HTH RP (remove nothere from the email address if mailing direct) "Bob Phillips" wrote in message ... One way =SUMPRODUCT(--(E1:E6)) -- HTH RP (remove nothere from the email address if mailing direct) "Threshold" wrote in message ... How do I make a row add together when one cell has a text function? The funstion in the one is =TEXT(E6-E5,"h:mm"), I am using it to add up hours worked then I want to add plan numbers in row to give me a total. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Search list for new addition | Excel Worksheet Functions | |||
help with simple addition formula | Excel Worksheet Functions | |||
Difference in the listing of the New module addition in 2002 version | Excel Discussion (Misc queries) | |||
CAN I INSTALL EXCEL ON MY XP HOME ADDITION LAPTOP ? | Excel Discussion (Misc queries) | |||
Addition worksheet generator | Excel Worksheet Functions |