Good afternoon,
My name is Nadine and I am looking for help on trying to solve get this formula to work or if you have a better way to help me get what I need, that would be appreciated!
I have two worksheets, one worksheet has a column with claim numbers in it and one is a blank column that I need to have net savings automatically put into.
My second worksheet has the claim numbers that I need to search and find on the first workbook and then return the correct net savings that is in a different column on the second worksheet and once a match is found, I would like the net savings and claim number to turn red. I only can search 9 out of the 11 digits that are in the claim number due to the last two digits are different in each workbook.
The below is the formula that I have so far, but I have to change the workbook and worksheet names every time I use this formula. Is it possible to make a formula to index, match and format without having to change the worksheet names every time?
Thank you so much in advance for your help!
Nadine
Please let me know if you can help me with this?
=IFERROR(INDEX('H:\MACROS\[Sample June 2018 HMO - after Clearing – CA only.xlsm]CLEAN_BILLING CA 060818'!$C:$C,MATCH(LEFT(B130,9),LEFT('H:\MACROS\[Sample June 2018 HMO - after Clearing – CA only.xlsm]CLEAN_BILLING CA 060818'!$D:$D,9),)),"")
My name is Nadine and I am looking for help on trying to solve get this formula to work or if you have a better way to help me get what I need, that would be appreciated!
I have two worksheets, one worksheet has a column with claim numbers in it and one is a blank column that I need to have net savings automatically put into.
My second worksheet has the claim numbers that I need to search and find on the first workbook and then return the correct net savings that is in a different column on the second worksheet and once a match is found, I would like the net savings and claim number to turn red. I only can search 9 out of the 11 digits that are in the claim number due to the last two digits are different in each workbook.
The below is the formula that I have so far, but I have to change the workbook and worksheet names every time I use this formula. Is it possible to make a formula to index, match and format without having to change the worksheet names every time?
Thank you so much in advance for your help!
Nadine
Please let me know if you can help me with this?
=IFERROR(INDEX('H:\MACROS\[Sample June 2018 HMO - after Clearing – CA only.xlsm]CLEAN_BILLING CA 060818'!$C:$C,MATCH(LEFT(B130,9),LEFT('H:\MACROS\[Sample June 2018 HMO - after Clearing – CA only.xlsm]CLEAN_BILLING CA 060818'!$D:$D,9),)),"")