I have a excel file like this
GCF_000582905.1.fna    GCF_000878815.1.fna    GCF_000951795.1.fna
dnaE_11                dnaE_21                dnaE_3
dtdS_35                dtdS_23                dtdS_4
gyrB_4                 gyrB_15                gyrB_4
pntA_29                pntA_23                pntA_29
pyrC_52                pyrC_21                pyrC_4
recA_16                recA_1                 recA_19
tnaA_22                tnaA_16                tnaA_22
I want output as like as a filename GCF_000974905.1.fna which contains
dnaE_11
dtdS_35
gyrB_4
pntA_29
pyrC_52
recA_16
tnaA_22
like this
Please help me
It is a very bad way to use Excel for storing gene names. As it is discussed here and here that how gene names can automatically get converted to dates.
^This. Please DO NOT USE Excel to work with gene names. God forbid you stumble across names like MAR1.
I'd say do not use Excel for scientific purposes. You just can't guarantee data integrity with it (gene names are just one example). Unfortunately so many labs (and companies) are addicted to it.
use save as in Excel??
save as text file
This is fine if you only have one or two files but becomes painful when you have dozens of files, especially when they have multiple sheets.