Is there a way to modify the contents of a cell, during an import process from one page to another ?
I need to import products from a database into a 2nd page for editing, but have the spaces removed from between the words and replaced with a "-".
Currently on Page2, I have "=(Page1!B1)" to import the data, but I cannot use the Find/Replace command on the same cell.
With this I have to 'save' the page, then open it in a new window and 'find/replace all'
Is is possible to have this work in a single command .. ie: Copy Cell1 Data : Replace " " with "-" : Paste Cell2 Data ..
Cell1,Page1: Name Of Product Goes Here
Cell2,Page2: Name-Of-Product-Goes-Here
Does this make sense ???
Bookmarks