Hello,
My Input file have multiple tabs and few tabs i need to transfer into my output file (with same format- table, highlighted rows). i use this formula below with formula tool but then it takes all other tabs into my output file
REGEX_Replace([FileName], "\|\|\|.+", "|||New Sheet")
For example- i want to transfer these two tabs name -John, Bob into output file out of eight tabs from input file but when i use this formula above it takes all eight tabs into output file.
can you show me how can we transfer these two tabs John & Bob out of eight tabs from input file to output file. Also i want to keep on same format.