Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Microsoft Excel formula question??

How do I create a formula that will enter a number in a total column when a
date is entered in a cell? Example:



CLC007 (2) CLC004 (3) TOTAL
2/28/2008 2/3/2008 2+3= 5


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Microsoft Excel formula question??

Do you mean that you want to add the days from the date? If so, try
this in C2:

=DAY(A2)+DAY(B2)

assuming your dates are in A1 and B1.

Hope this helps.

Pete

On Apr 11, 6:10*pm, queenone4
wrote:
How do I create a formula that will enter a number in a total column when a
date is entered in a cell? *Example:

CLC007 (2) * *CLC004 * *(3) * * * * * * * *TOTAL
2/28/2008 * * * * * 2/3/2008 * * * * * * * 2+3= * * * *5


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 207
Default Microsoft Excel formula question??

if the data is exactly what mentioned here...enter the following in the cell
you need the total.

=IF(AND(A2<"",B2<""),SUM(MID(A1,9,1),MID(B1,9,1) ))

If both, A2 and B2 are not blank, this formula would add the 9th character
of A1 and 9th character of A2 which is 2 and 3.


"queenone4" wrote in message
...
How do I create a formula that will enter a number in a total column when
a
date is entered in a cell? Example:



CLC007 (2) CLC004 (3) TOTAL
2/28/2008 2/3/2008 2+3= 5




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
Microsoft Excel Formula Help Munchkin 76 Excel Worksheet Functions 6 October 23rd 06 05:38 PM
Microsoft EXCEL 2000 Formula LOU Excel Worksheet Functions 7 September 17th 06 01:54 AM
Question about Microsoft Excel file: PROPLUS.MSI harpua Excel Discussion (Misc queries) 0 December 14th 05 05:19 AM
Microsoft excel formula Kim K Excel Worksheet Functions 1 November 21st 05 05:29 PM
Microsoft Excel CHART question Wanda Excel Worksheet Functions 0 April 21st 05 06:23 PM


All times are GMT +1. The time now is 11:58 PM.

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"