I have a list of male and female names that I need to determine in the front cell of the gender of the name.
The logic that analyzes the name and says if it is male and female is ready, however, I need to create the following logic, but I do not know which Excel function I can use.
In field H4 (number 4), I need to write the function that will take the text from field G4 (number 1), use this text in field C6 (number 2) where the logic that determines the gender is found, and pick up the result of field C12 (number 3) to return the result in field H4 (number 4).
I need to apply this logic to all names listed in column G. How should I proceed?