R
Randy
Greetings...
I am attempting to create a prorate calculator of sorts and in need of some
assistance with my formula/code....
I need the calculator to calculate the amount based on the number of days in
a month. For instance, if the month has 31 days I need the calculation to
calculate based on 31 days, if the month has 30 days the calculation should
calculate based on 30 days.
Here is what I have so far:
=IIf(Day([Move_In_Date])=1,"n/a",IIf(Month([Move_In_Date])=1 Or
IIf(Month([Move_In_Date])=3,([Rent_Amount]/31)*Sum(31-(DatePart("d",[Move_In_Date]))+1),([Rent_Amount]/30)*Sum(30-(DatePart("d",[Move_In_Date]))+1)))
I keep receiving a "You hve too many arguments" error....can any assist or
see what my problm might be.
Thanks in advance for your assistance!
I am attempting to create a prorate calculator of sorts and in need of some
assistance with my formula/code....
I need the calculator to calculate the amount based on the number of days in
a month. For instance, if the month has 31 days I need the calculation to
calculate based on 31 days, if the month has 30 days the calculation should
calculate based on 30 days.
Here is what I have so far:
=IIf(Day([Move_In_Date])=1,"n/a",IIf(Month([Move_In_Date])=1 Or
IIf(Month([Move_In_Date])=3,([Rent_Amount]/31)*Sum(31-(DatePart("d",[Move_In_Date]))+1),([Rent_Amount]/30)*Sum(30-(DatePart("d",[Move_In_Date]))+1)))
I keep receiving a "You hve too many arguments" error....can any assist or
see what my problm might be.
Thanks in advance for your assistance!