What's the right tool for this job in Google Spreadsheets?
Posted
by Daniel Harvey
on Stack Overflow
See other posts from Stack Overflow
or by Daniel Harvey
Published on 2010-03-14T16:56:32Z
Indexed on
2010/03/14
18:05 UTC
Read the original article
Hit count: 246
Is it possible to nest simple programs within a Google doc spreadsheet, similar to how you would w/Basic in Excel? Or alternatively a simple = syntax using regex, if there is a way to do that in google docs?
I want to take a list of multiple names(name1, name2, name3) in a single cell from across multiple identical sheets and transpose them to another sheet within the same spreadsheet, check for duplicates and ignore capitals, etc. Is there a way to do this?
© Stack Overflow or respective owner