A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
You can use the ^ operator to raise the number to power... you would just use the reciprocal of N (rather than N itself) for the Nth root. So...
NthRoot = Number ^ (1 / N)
where N is the root you want to take. For example, if you wanted the 5 root of 3125, you would do this...
FifthRootOf3125 = 3125 ^ (1 / 5)
NOTE: Please mark the message or messages (yes, you can mark more than one) that answer your question as the "Answer" so that others will know your question has been resolved.