Formula to identify Encrypted User first/User Last Name

rmorello

New Member
Joined
Jan 23, 2024
Messages
4
Office Version
  1. 2016
Platform
  1. Windows
Can anyone help with the formula to find encrypted User names?

Thanks in advanced.
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Welcome to the forum. :)

I have no idea what you mean by that - could you clarify (bearing in mind forum rule #6)?
 
Upvote 0
Welcome to the forum. :)

I have no idea what you mean by that - could you clarify (bearing in mind forum rule #6)?
Hi Rory,

I have a long list of users and I need to identify those which have an encrypted User first name and User last name.

Example : User First Name should read "John" User last name should read "Smith"
User first name shows as "yehnjm User Last name shows "gmyqswo
I need to idenfify those which have scrambled names

 
Upvote 0
Do you have a list of valid user names to compare to?
 
Upvote 0
I have a large file which contains users which are decrypted successfully.
In that same file I have several users where the conversion failed and I need to identify all of those which failed.
The file contains more than 400,000 lines, hence why I need a better way to identify those which failed to convert.
Encryption failure.png
 
Upvote 0
I mean what encryption algorithm is used.
Anyway, you could use some AI to identify the names
 
Upvote 0
You are not giving us any logic to determine whether a value is decrypted successfully or not.
For example, for the values shown in the image in post #5, which values have been decrypted successfully and which have not and how do we determine that?
 
Upvote 0
Here is one option I could think of. Even though I used google sheets to accomplish it.
In google sheets you install this addon
AI in Sheets™ | Flowshot - Google Workspace Marketplace
then if you have your list of names like this in column A:

1706105512328.png


you use this formula and copy down:

Excel Formula:
=AI("is this a known name (please answer with yes or no)?:"&A2)

probably you need to replace the semicolons with comas for it to work for you.

Maybe there is an equivalent for excel, I don't know. But if you don't find another solution this might help you.

You could reduce the number of queries grouping some names together like this:

1706105683956.png


and the AI query something like this:

Excel Formula:
=AI("please tell me if this list (separated by ';') of words are known names or not in a sequence of yes and no with the same size as the input array:"&D2)

I don't think that would work with one query for you 400 thousand names but you could try in chunks of 100 maybe?
 
Upvote 0

Forum statistics

Threads
1,223,702
Messages
6,173,961
Members
452,539
Latest member
delvey

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top