• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

vlookup or IF formula on base of Age Bracket

On Base of Age, No of Days, Travel Plan, Including or Excluding Premium Amount to be calculated

In Data Sheet Age is .69-40,41-70,71-75,76-80.
 

Attachments

  • Travel Calculator.xlsx
    16 KB · Views: 9
Another option,

In D6 :

=IF(B6="","",DATEDIF(B6,TODAY(),"y"))

In B11 :

=INDEX(Data!C7:AF19,MATCH(B8,Data!B7:B19,0),MATCH(1,INDEX((Data!C3:AF3=B10)*(Data!C4:AF4=B7),0),0)+MATCH(D6,{0.6,41,61})-1)

Regards
Bosco
 

Attachments

  • Travel Calculator(1).xlsx
    18 KB · Views: 11
Another option,

In D6 :

=IF(B6="","",DATEDIF(B6,TODAY(),"y"))

In B11 :

=INDEX(Data!C7:AF19,MATCH(B8,Data!B7:B19,0),MATCH(1,INDEX((Data!C3:AF3=B10)*(Data!C4:AF4=B7),0),0)+MATCH(D6,{0.6,41,61})-1)

Regards
Bosco
Thank you It Works, But B18 doesn't reflect in formula
 

Attachments

  • Travel Calculator (1).xlsx
    20.1 KB · Views: 6
Back
Top