Formula Help

R

Randy

Hello...
I have a formula I am having trouble with returning the value I am looking
for. Here's the formula:

=SUM(AA5/A5/((DATE)(MONTH)(TODAY))*12)

What I need this to do is return a percentage (annualized) based on figures
for through current month.

If anyone would have any suggestions I would be forever in debt. Any
assistance would be greatly appreatiaced.

I thank you in advance for your help.
 
R

Randy

Thank you soooooo much Roger! I really appreaciate your help. I do have one
more questions that I failed to leave out and I apologize. How can I make it
subtract 1 month from the current month?
 
R

Roger Govier

Hi Randy

Thanks for the feedback. You are more than welcome.

Try
=(AA5/A5)*(12/(Month(Today()-1))

Regards

Roger Govier
 
R

Randy

Thanks again Roger...I actually was able to figure that one out after I had
replied. but thanks again...You are my Excel Superhero!!
 
Top