Enter the pre-tax amount and the tax rate to get the tax and the gross total. In Excel this is just amount × rate.
=amount*(1+rate)
Multiply by one plus the rate: =A1*(1+8%) for 8% tax.