I have a formula that is check to see if the event IDs are the same and if yes then return the total registration. The problem is that some of the event ID's look the same but are different due to case sensitivity. Is there a way to ensure that it is also checking the case?
current formula =IFERROR(VLOOKUP([Event ID]257, {Appointment Report Range 1}, 9, false), "")
example of event ids - a06Vn000001dFeX and a06Vn000001dFex