Hi!
Attached.
I'm trying to incorporate inflation into the values pulled into the summary tab macro. Inflation being =(1+Inflation Rate)^(Column year - current year)
Hi!
Attached.
I'm trying to incorporate inflation into the values pulled into the summary tab macro. Inflation being =(1+Inflation Rate)^(Column year - current year)
Ok, so I have drawn up the following:
But I get errors, can anyone help me out?![]()
Sub Inflation() Dim c As Range, LR As Long LR = Range("A" & Rows.Count).End(xlUp).Row For Each c In Worksheets("BUILDING SUMMARY").Range("F4:O" & LR).Cells c.Value = c.Value * (1 + Worksheets("Start").Cell("$C$15")) ^ ("F$3" - Worksheets("Start").Cell("$C$17")) Next End Sub
Last edited by Jrub; 10-19-2012 at 01:51 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks