Dear All,
I am writing a macro where i have multiple conditions for getting the data and i am stuck here as it is giving only single output that is "0-1 days"... Please help
below is my code :
Lastrow1 = Sheets("Rawdata").Range("A" & Rows.Count).End(xlUp).Row
For A = 2 To Lastrow1...