You are on page 1of 1

This itinerary shows the schedule of each variety of our travel package.

The schedule showed on this


sheet depends on what code given in cell H3. We used Multiple If formula in cell H3 which will be
dependent on the provided data of cell C3 and cell F3
(=IF((C3="Standard"),"S",IF((C3="Combo"),"C",IF((C3="Grande"),"G")))&IF((F3="Normal"),"N",IF((F3="Elit
e"),"E"))). On the other hand, in order to provide different variety of travel package, we used Data
validation (List) for the options for cell C3 and cell F3, then the cell H3 will provide travel code that
depends on these 2 cells.

The whole itinerary is also dependent on the cell H3 using Multiple If formula, if the code given is "SN"
or "SE" the number of days in the whole itinerary will only be 3, "CN" or "CE" will be 4 days, and if "GN"
or "GE" the number of days will be 5. The whole itinerary will be changed if the travel code is changed
and also, the customer cannot customized its itinerary because the company itself set it to be "fixed
schedule".

Furthermore, the itinerary also includes the Expected Time Departure (ETD) and Expected Time Arrival
(ETA) to Manila.

You might also like