I'm looking to use Excel to create hashes for all values in a column. Each row would contain the text to be hashed and it would put the hashed value/digest in the next column.
It would allow for other columns with other data that are not part of the hash.
This would be fully self-contained and not use VBA or macros.
Other solutions I've found only work for a single value, or require Windows (vba). I'd prefer to find a solution that works on a Mac in case I need someone else to run the process I'm planning on using this for.
I also found a Google solution but would prefer to keep this local and self-contained to simplify it for non-tech coworkers.