Is there a formula to calculate the approximate size of the index for a table like --

(sum of storage bytes of the columns forming index) * number_of_rows

I need to create an index on a large existing table and am trying to figure out the storage parameters.

Thanks,
- Rajeev