Hi,
I am looking for a script to decompose a list of numbers into their prime factors.
Attached is a file with an example of what I am looking for.
Thanks for your help,
A.............B
56.......2 * 2 * 2 * 7
22.......2 * 11
36......2 * 2 * 3 * 3
84......etc
236.....
457.....
826.....
Decomposition in prime factor
I have a list of numbers in column A
I need a script that would decompose these numbers in prime factors
The result should appear in column B
Bookmarks