I want to try to check if example
Excel.Sheet(“Sheet1”).Cell(“D2”) to maybe Excel.Sheet(“Sheet1”).Cell(“D1000”) or end of the line
if there is discount written in it I want Excel.Sheet(“Sheet1”).Cell(“F2:F1000”) to say there is discount or Excel.Sheet(“Sheet1”).Cell(“G2:G1000”) There is no discount
Not String.IsNullOrEmpty(CurrentRow("Discount").ToString)or Not String.IsNullOrWhiteSpace(CurrentRow("Discount").ToString) or CurrentRow("Discount").ToString.Contains ("Off")