Tweaking formula?

R

Richard

Cell "L1" is used only for the first year which is prorated, "After" the
first year I need it to show a 10 in cell "L1"
This is what I have now in cell "L1"
=IF(TODAY()-B16<90,0,INT((DATE(YEAR(B16),12,31)-B16)*0.0274)+0.5)
This is what I have in cell "A3
=IF(DATEDIF(B16,TODAY(),"Y")>11,20,INT(VLOOKUP(DATEDIF(B16,TODAY(),"Y"),K:L,2,0))&" Days "&8*MOD(VLOOKUP(DATEDIF(B16,TODAY(),"Y"),K:L,2,0),1)& " hours")
 
F

Franz Verga

Richard said:
Cell "L1" is used only for the first year which is prorated, "After"
the
first year I need it to show a 10 in cell "L1"
This is what I have now in cell "L1"
=IF(TODAY()-B16<90,0,INT((DATE(YEAR(B16),12,31)-B16)*0.0274)+0.5)
This is what I have in cell "A3"
=IF(DATEDIF(B16,TODAY(),"Y")>11,20,INT(VLOOKUP(DATEDIF(B16,TODAY(),"Y"),K:L,2,0))&"
Days "&8*MOD(VLOOKUP(DATEDIF(B16,TODAY(),"Y"),K:L,2,0),1)& " hours")

Hi Richard,

and what about cell B16?

--
Thanks in advance for your feedback.

Ciao

Franz Verga from Italy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

more help on INT, MOD 3
help with formula 0
INT, MOD help 1
Help with formula 3
Still need help with formula 8
Help with formula 4
Help with formula? 1
Help with formula 5

Top