Hi,
My problem relates to looking up a value based on the position of the column (one column in a table of multiple columns) that I'm restricting my lookup to.
The broader data I'm using is as follows: I am building a table of different financial securities that are divided by domicile (states in Australia). I need to adjust the cash flow days for public holidays which I have separated based on state and national public holidays.
Next to the name of each security I have inserted a drop down list from which the state domicile of each security can be selected. After this I have inserted a function that calculates the next cash flow day for each security. Based on the domicile selection of each security I want to be able to look up the calculated cash flow day in the table of sorted public holidays by first narrowing down my matching to the specific column of public holidays based on domicile so that I only get a match if the cash flow day of a security falls on a date that is a public holiday for the same domicile in which that security is issued.
I'm open to any alternative ways of doing this given that public holidays are always sorted by domicile and not collated into the one column without domicile based sorting.
Thanks.
Bookmarks