M
momiage
I have a table that looks like this:
Gender Worth
M 1000
M 500
F 2000
F 750
F 245
M 575
F 2000
What I want to know is:
Is it possible to use *one* IF function to choose only the females fro
the gender, and then somehow extract which one of the worths is th
highest? I can do it easily with multiple IF statements in anothe
column, then use the MAX function, but I want to do it with just on
statement. Any help would be appreciated
Gender Worth
M 1000
M 500
F 2000
F 750
F 245
M 575
F 2000
What I want to know is:
Is it possible to use *one* IF function to choose only the females fro
the gender, and then somehow extract which one of the worths is th
highest? I can do it easily with multiple IF statements in anothe
column, then use the MAX function, but I want to do it with just on
statement. Any help would be appreciated