Hi, I need to fetch the data from monthly operating rate of currency in which i have diffrent currencies. i have some monthly fixed exchnage rates agnist the USD. so i need a perfect formula to get the exact currency exchange rate for the specific month according to month + year for my main sheet from another forex exchnage sheet with have the forex exchnage rate for a couple of years.
I am using below formula and its working okay for this month but when i will add new rates for next month than it will create a problem for me to diffrenciate the exchnage rate of next month. Can we bind this formulla with any date and month ?
=[PO Amount Amount without VAT/Sale Tax]@row * INDEX({Monthly Operating Rates Range 13}, MATCH(Currency@row, {Monthly Operating Rates Range 8}, 0))