Excel Validation - Easy way to do

HI,
Can anyone suggest me the easiest way to do below excel validation in Uipath.

IF Category is POST PRODUCTION
THEN Resource should not be charged more than once for the same Date
ELSE throw a business exception

Post Production, resource, Date, Charged are the columns in excel.
Thanks

For every column you know how the data will be available in excel.

So, If you have multiple scenarios for every scenario needs to check carefully