Hello,
We have here 5 different sheets containing records for Medical service details, including columns for patient name, ID, DOB, charge amount, payment status, etc.
Now i want to get a sixth sheet that will look up from the above 5 sheets only the rows that's stated as Denied, so i can view all denied claims in one sheet, then, once a claim is being updated in the 5 sheets as paid, it should automatically be updated in the sixth sheet as well,
I would appreciate if anyone can help me?
Thank You
I did the bellow formula in Excel, but will not work in smartsheet , and even in excel this formula will not update the return cell properly when one of the lookup cells is being updated,
=VLOOKUP(H3,B4:F28,{2,3,4,5},FALSE)