Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
how do I write a formula that will allow me to input dollar amount in c1 and
then have excel divide that amount by 13.57 and convert the result into days then also add that figure to a date already input into di and so on down the columns |
#2
![]() |
|||
|
|||
![]()
On the desired cell type this formula and copy it down that column
=int(c1/13.57)+d1 "wolfmasterr" wrote in message ... how do I write a formula that will allow me to input dollar amount in c1 and then have excel divide that amount by 13.57 and convert the result into days then also add that figure to a date already input into di and so on down the columns |
#3
![]() |
|||
|
|||
![]()
One way:
=D1 + INT(C1/13.57) Format as a date. In article , "wolfmasterr" wrote: how do I write a formula that will allow me to input dollar amount in c1 and then have excel divide that amount by 13.57 and convert the result into days then also add that figure to a date already input into di and so on down the columns |
#4
![]() |
|||
|
|||
![]()
I thought we solved this yesterday?
-- HTH Bob Phillips "wolfmasterr" wrote in message ... how do I write a formula that will allow me to input dollar amount in c1 and then have excel divide that amount by 13.57 and convert the result into days then also add that figure to a date already input into di and so on down the columns |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i write a formula and keep in in formula form, so it DOESN. | Excel Discussion (Misc queries) | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) | |||
Help with array formula | Excel Worksheet Functions | |||
Cell shows formula and not the result of the formula. | Excel Worksheet Functions | |||
Cell doesn't show formula result - it shows formula (CTRL + ' doe. | Excel Worksheet Functions |