DebbieDavis
Programmer
Hello,
I have the unenviable task of converting a VERY OLD Lotus spreadsheet to Excel, neither of which I am very good at. I am stuck on this Lotus formula:
+P20+@CHOOSE(@MONTH(P20)-1,31,@IF(@MOD(@YEAR(P20),4)=0#AND#@YEAR(P20)<>100,29,28),31,30,31,30,31,31,30,31,30,31)
Where Cell P20 = @DATE(96,2,20)
The value that goes into P20 is from a date prompt which asks the user to enter the next payment due date, which of course would be, for example, @date(03,4,20) or April 20, 2003. I really don't know where to start with converting this one. I've converted everything except this and one VLOOKUP thing, so all in all, I've actually done pretty well. Thanks for any help offered.
dd
I have the unenviable task of converting a VERY OLD Lotus spreadsheet to Excel, neither of which I am very good at. I am stuck on this Lotus formula:
+P20+@CHOOSE(@MONTH(P20)-1,31,@IF(@MOD(@YEAR(P20),4)=0#AND#@YEAR(P20)<>100,29,28),31,30,31,30,31,31,30,31,30,31)
Where Cell P20 = @DATE(96,2,20)
The value that goes into P20 is from a date prompt which asks the user to enter the next payment due date, which of course would be, for example, @date(03,4,20) or April 20, 2003. I really don't know where to start with converting this one. I've converted everything except this and one VLOOKUP thing, so all in all, I've actually done pretty well. Thanks for any help offered.
dd