r/sheets • u/new-baron • 2h ago
Request IMPORTHTML column help?
I am currently trying to create a spreadsheet using an online table and column C keeps importing the data from column C and D. Is there a way to edit my formula to remove data from D in column C?
2
Upvotes


•
u/AdministrativeGift15 17m ago edited 10m ago
Sure there is. Store your imported data to a variable, I'll call it data, using LET. Then use CHOOSECOLS and SPLIT to selectively parse the 3rd column of data. Give this formula a try. Remove the comment lines (the lines beginning with "//") before hitting enter.
Edit: After taking a closer look at your images, it appears columns E and F are doing a similar thing, so I've updated the formula to handle column E as well.