I suppose someone with a MS contact might see your post, forward it to the development group, and it wind up being incorporated in a future release, but I have not seen that occur. Perhaps someone else seeing this thread will provide a better contact.
A thought: You write that you would like a function that tests for the presence of one item in a group of items and that returns TRUE or FALSE as a results. Since this should be easily mimicked, in the format you described, by:
=ISNA(VLOOKUP(lookup_value,table_array,[range_lookup]))
or
=COUNTIF(range, item) = 0
perhaps there is another way of eliminating the dozens of IF functions in one formula you require due to the lack of an ISIN function. Perhaps if you post the details of your issue here, someone may be able to suggest a different approach, that you could
use now. Perhaps that is why the MS employee referred you to this forum.