L
learning_codes
Hi,
I need your help if it makes sense. I tried to test it and I didn't
get any result because of missing information. I'm not sure if I miss
something.
Public Function Result (year_A,year_B,factor_C,year_B,tenure_D)
Result = min(year_A,max(year_B,factor_C),max(year_B,tenure_D));
End Function
Thanks for your help....
I need your help if it makes sense. I tried to test it and I didn't
get any result because of missing information. I'm not sure if I miss
something.
Public Function Result (year_A,year_B,factor_C,year_B,tenure_D)
Result = min(year_A,max(year_B,factor_C),max(year_B,tenure_D));
End Function
Thanks for your help....