Flipkart
Flipkart
Dim ws As Worksheet
Dim lastRow As Long
Dim i As Long
' Check if columns N, Y, AG, AI, AK, and AU have numeric values
If IsNumeric(ws.Cells(i, "N").Value) And IsNumeric(ws.Cells(i, "Y").Value)
And _
IsNumeric(ws.Cells(i, "AG").Value) And IsNumeric(ws.Cells(i,
"AI").Value) And _
IsNumeric(ws.Cells(i, "AK").Value) And IsNumeric(ws.Cells(i,
"AU").Value) Then