Here is basically what I am attempting to achieve but I am struggling to get it to work.
I will keep it simple as I have a lot of data!
In my table i have columns such as Horse Age, Course, Course Win and so on and what I want it this....
=IF(AND([Horse Age]=[@[Horse Age]],[Course]=[@Course],[Course Win]=[@[Course Win]]) Equal or Greater than 10
=IF(AND([Horse Age]=[@[Horse Age]],[Course]=[@Course],[Course Win]=[@[Course Win]],[Result]="Won") Equals 0
What I need to do is combine these two formulas so if they both achieve there targets then the cells produces an "F" or if not then a "P". I also want to use more than one formula in the cell, so multiply formula's which will produce an "F" at the first target reached and a "P" if none of those reached the target. I am pretty sure I will be able to sort out the multiply formula's once I know how to get the first one working.
Thank You in advanced for any help.
Bookmarks