I have been asked to query data in a spreadsheet and get the number of occurrences of each Initials field. I have done this but now have to break this down further. The problem is that there are a number of Initials fields that contain a space character, and then a second initial. For example;
Name-------------Count
John...................20
John A.................5
John D.................5
John W................2
John & Denise......1
I want to create a variable that will take the first part of the Initials field up the space character and group/count all of these together as one Value.
For example;
Name-------------Count
John...................33
To do this I need the InStr function, which isn't present in BO. Is it called by a different name - I can't seem to find it, and I can't do it in the Universe as I don't have a Universe for this exercise.
Any ideas anyone?
Name-------------Count
John...................20
John A.................5
John D.................5
John W................2
John & Denise......1
I want to create a variable that will take the first part of the Initials field up the space character and group/count all of these together as one Value.
For example;
Name-------------Count
John...................33
To do this I need the InStr function, which isn't present in BO. Is it called by a different name - I can't seem to find it, and I can't do it in the Universe as I don't have a Universe for this exercise.
Any ideas anyone?