=PRICE(settlement, maturity, rate, yld, redemption, frequency, [basis])
=PRICE(C9,C10,C7,C8,C6,C12,C13)
The PRICE function can be used to calculate the value of a bond as a percentage of the face value. For example, this returns 97.56, which indicates that the bond's value is 97.56% of the face value.
=F5/100*C5
To calculate the actual dollar value of a bond, the preceding formula can be used. This will return the bond's actual dollar value.
The PRICE function is a useful tool for calculating the price per $100 of a security that pays periodic interest.