Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 34
Default if cell has date value how to calculate other cell values

Please help me with the formula to calculate the column below titled "Amount
Int to be Chgd". If column titled Complition Date shows the date in any of
its cell than "amount Int to be Chge" should be zero but If there is no date
and the cell is blank than "Amount Int to be Chge" should represent the value
of a cell from the column titled "Total Expense" or in some cases only for
the year of 2005 expenses. Please help me to write this formula. Please
response me at . Thanks,

2004 2005 total Amount
Complition Interest
Expens Expense Expense Int to be Chgd Date
7%

Group 1 2,000 5,000 7,000 0
01/01/06

Group 1A 5,000 3,000 8,000 8,000


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 40
Default if cell has date value how to calculate other cell values

try this:

assumimg; Total Expense is col D, Amount in col E and date col F

In say cell E6 (assuming this is the top of table values)
TYPE: =IF(F6="",D6,0)

This means IF F6 is empty then show the value from D6, else show 0

"EXCEL USER" wrote:

Please help me with the formula to calculate the column below titled "Amount
Int to be Chgd". If column titled Complition Date shows the date in any of
its cell than "amount Int to be Chge" should be zero but If there is no date
and the cell is blank than "Amount Int to be Chge" should represent the value
of a cell from the column titled "Total Expense" or in some cases only for
the year of 2005 expenses. Please help me to write this formula. Please
response me at . Thanks,

2004 2005 total Amount
Complition Interest
Expens Expense Expense Int to be Chgd Date
7%

Group 1 2,000 5,000 7,000 0
01/01/06

Group 1A 5,000 3,000 8,000 8,000


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 34
Default if cell has date value how to calculate other cell values

Hi,

I used the same formula but it does not work, may be something that I am
missing or may be this is not the right formula that is the reason I am
seeking help. I am going to try tomorrow to change the cell format from date
to text and see if it works or not generally it should not make any
difference but i will try it. If you can try or any one else out there
please help me even if some can help me to write macro for it.

thanks,

"scottfoxall" wrote:

try this:

assumimg; Total Expense is col D, Amount in col E and date col F

In say cell E6 (assuming this is the top of table values)
TYPE: =IF(F6="",D6,0)

This means IF F6 is empty then show the value from D6, else show 0

"EXCEL USER" wrote:

Please help me with the formula to calculate the column below titled "Amount
Int to be Chgd". If column titled Complition Date shows the date in any of
its cell than "amount Int to be Chge" should be zero but If there is no date
and the cell is blank than "Amount Int to be Chge" should represent the value
of a cell from the column titled "Total Expense" or in some cases only for
the year of 2005 expenses. Please help me to write this formula. Please
response me at . Thanks,

2004 2005 total Amount
Complition Interest
Expens Expense Expense Int to be Chgd Date
7%

Group 1 2,000 5,000 7,000 0
01/01/06

Group 1A 5,000 3,000 8,000 8,000


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
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 02:36 AM
run a macro in a locked cell Ray Excel Discussion (Misc queries) 8 January 10th 06 01:02 AM
How do I calculate if a date is in a certain time frame? Pe66les Excel Worksheet Functions 19 August 28th 05 12:07 AM
calculate anniversary of date after specified date slymeat Excel Worksheet Functions 3 July 5th 05 02:53 AM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 10:43 PM


All times are GMT +1. The time now is 04:35 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"