Fahad Malik
New Member
Hi,
This is my First Thread, and you guys are doing great job.
I want to delete the cell(not entire row or column), which contain the specific word.
I am using windows(excel 2007) as well as mac operating system. I have a sheet of 25k+ rows which has redundant value and link. The whole row is good, column is good, but it is not uploading on product as csv just because of some value is not assigned correctly. Like a 2k row has column value of image URL with
"www.example.com/abc def.jpg"
"www.example.com/xyz def.jpg"
"www.example.com/jkl def.jpg"
................... and so on
You can see that there is a gap(space) in URL so its not loading the entire row as it shows error.
I just want to search "def.jpg" and delete the entire cell "www.example.com/abc def.jpg" and repeat for all def.jpg for 2k rows. If that cell will be cleared, thenit can be uploaded.
Line 81-85: Validation failed: http://example.com/image/products/Womens Wear2.jpg is not a valid URL
You can see, the example error.
Row 81-85 can not be created just because of that last word "Womens Wear2.jpg"
If i clear that cell, then it can be uploaded.
I just want to delete the cell which contain the specific value/word for the entire workbook.
This is my First Thread, and you guys are doing great job.
I want to delete the cell(not entire row or column), which contain the specific word.
I am using windows(excel 2007) as well as mac operating system. I have a sheet of 25k+ rows which has redundant value and link. The whole row is good, column is good, but it is not uploading on product as csv just because of some value is not assigned correctly. Like a 2k row has column value of image URL with
"www.example.com/abc def.jpg"
"www.example.com/xyz def.jpg"
"www.example.com/jkl def.jpg"
................... and so on
You can see that there is a gap(space) in URL so its not loading the entire row as it shows error.
I just want to search "def.jpg" and delete the entire cell "www.example.com/abc def.jpg" and repeat for all def.jpg for 2k rows. If that cell will be cleared, thenit can be uploaded.
Line 81-85: Validation failed: http://example.com/image/products/Womens Wear2.jpg is not a valid URL
You can see, the example error.
Row 81-85 can not be created just because of that last word "Womens Wear2.jpg"
If i clear that cell, then it can be uploaded.
I just want to delete the cell which contain the specific value/word for the entire workbook.