You need to sign in to do that
Don't have an account?

VLOOKUP problems: field doesn't exist.
Hello
As a solution to a question I posted the other day (http://community.salesforce.com/sforce/board/message?board.id=general_development&thread.id=23809) someone suggested using a VLOOKUP (which is a brilliant idea :smileyhappy:)
Now I've been brave and set up a custom object with two fields in it:
Custom object = Membership_Category_for_Lookup (that's the object name)
Fields = Base_Fee and Membership_Category
So looking at the help section, I thought my VLOOKUP formula should be:
VLOOKUP($ObjectType.Membership_Category_for_Lookup.Fields.Base_Fee,
$ObjectType.Membership_Category_for_Lookup.Fields.Name,
Membership_Category__c )
But I'm getting an error that says the field $ObjectType.Membership_Category_for_Lookup.Fields.Base_Fee doesn't exist.
I'm a bit stumped. I've tried several things like using the API name and so on, but no luck.
Anyone got any suggestions?
Thanks
Nicole
As a solution to a question I posted the other day (http://community.salesforce.com/sforce/board/message?board.id=general_development&thread.id=23809) someone suggested using a VLOOKUP (which is a brilliant idea :smileyhappy:)
Now I've been brave and set up a custom object with two fields in it:
Custom object = Membership_Category_for_Lookup (that's the object name)
Fields = Base_Fee and Membership_Category
So looking at the help section, I thought my VLOOKUP formula should be:
VLOOKUP($ObjectType.Membership_Category_for_Lookup.Fields.Base_Fee,
$ObjectType.Membership_Category_for_Lookup.Fields.Name,
Membership_Category__c )
But I'm getting an error that says the field $ObjectType.Membership_Category_for_Lookup.Fields.Base_Fee doesn't exist.
I'm a bit stumped. I've tried several things like using the API name and so on, but no luck.
Anyone got any suggestions?
Thanks
Nicole
Go to http://ideas.salesforce.com/article/show/10087899/Expanding_the_VLOOKUP_Formula and vote for this.