Good day, can you please assist me here. There is an amount that is dynamic (depending on what I extract from the excel file), this amount needs to be exactly 20%, I have already calculated this:
if the value you are extracting is the premium then we need to calculate the 20% of some x number then that number should be equal to premium I believe
so what you need to do is premium.Equals(x * (20/100))
this will ensure the calculated premium from orginal value x is equal to the premium from excel