Forum Discussion
Is there shared best practice to randomize sensitive numeric data for Excel ?
Thanks for suggestion. Because PowerPoint compare do not cover text within image (Financial Spreadsheet with Arial Size 2.5) prompt me to try other ways such as Office Word OCR or Adobe Export to Spreadsheet. However, even Adobe Export is less than 100% accurate for Arial size 2.5.
To present this problem to Technical Supports who are unable to replicate my problem, I need to supply as much information as possible but maintain confidentialality.
Without in-depth understanding what affects OCR accuracy, my guess is to provide worst combination of 6 digit length of financial numerics (used with Percentage and Minus Signs) but have not yet find documented of such combination; IMHO, I am assuming random numerics is better than your suggested series of numeric 1s...
Your further support will be much appreciated!
w/r to the question about random digit replacement the second formula I gave will do that:
=CONCAT(RANDARRAY(LEN(Q12),1,1,9,TRUE))
and if you want the 0 s to be included then:
=RANDARRAY(1,1,1,9,TRUE) & CONCAT(RANDARRAY(LEN(Q12),1,0,9,TRUE))