Data rewrite in specific cell of an excel sheet

I have extracted data from a PDF file now I want to compare the data if the data is present in the excel sheet I want to change the matched data row cells into information I have retreived from PDF
page103007881455_1-403605913856_G0128927292.pdf (259.0 KB)
This is my PDF in which I am fetching the name,usage charges,Sales Tax from it.
PAKISTAN CHILDERNS HEART FOUNDATION.xlsx (39.7 KB)
This is my excel sheet from which I am comparing the names if they match I want to write usage charges and sales tax from PDF to excel.
Extract_PDF.xaml (24.2 KB)
This is my workflow so far