|
|
To advertise on these forums, e-mail us. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Excel Help Needed
I have run in to a bit of an issue, wanting to see if i can get help here first, i have a list of race classes and beside that i have a number that i have assigned to represent the class, here is a sample.
Code:
I can then use this =IF(ISNUMBER(SEARCH(AW66,RacePage!$M$6)),AX66,"") formula for todays class of race. This formula extends the length of my class list. AW66 represents the race class AX66 represents the number value RacePage!$M$6 represents today's race class and could be displayed like this on my sheet TAPETA : BM 64 HANDICAP Now this works fine as it is searching for any part of today's race class in my list and returns the value i have assigned that class. The problem i have is i want to swap this around, i need to be able to take a value displayed like this BM72 and search my list to find it's race class value.
__________________
One Drive "If the corporates are treating you poorly , just go elsewhere." "If they need you , they will soon find out." "If you need them , you will soon find out." --moeee _______________________________________________ Last edited by Shaun : 5th May 2018 at 12:15 PM. |
#2
|
|||
|
|||
Hi Shaun, I'm very confused.
Shouldn't a BM76 have a higher number? Have you thought about using a database and just importing your data, the linked tables would give you what you want straight away. Give me a shout if you want help with this, I'm sure I could knock something up for you quite quickly.
__________________
RaceCensus - powerful system testing software. Now with over 407,000 Metropolitan, Provincial and Country races! http://www.propun.com.au/horse_raci...ng_systems.html *RaceCensus now updated to 30/09/2024 Video overview of RaceCensus here: http://www.youtube.com/watch?v=W821YP_b0Pg |
#3
|
|||
|
|||
Quote:
The numbers don't hold any real value except to separate the class list.
__________________
One Drive "If the corporates are treating you poorly , just go elsewhere." "If they need you , they will soon find out." "If you need them , you will soon find out." --moeee _______________________________________________ |
#4
|
|||
|
|||
This code solved my issues.
=IF(AQ2="","",LOOKUP(9E+99+307,SEARCH(Data!$AW$23ata!$AW$98,A Q2),Data!$AX$23ata!$AX$98))
__________________
One Drive "If the corporates are treating you poorly , just go elsewhere." "If they need you , they will soon find out." "If you need them , you will soon find out." --moeee _______________________________________________ |
Thread Tools | Search this Thread |
Display Modes | |
|
|