if cell has date value how to calculate other cell values

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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 (e-mail address removed). 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
 
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
 
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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top