Kevineamon
New Member
- Joined
- Aug 1, 2018
- Messages
- 27
Hi guys
I'm fixing a number of excel sheets here atm. Unfortunately the original designer isn't here anymore. I keep stumbling across, what I think might be code, from previous versions of excel.
Eg.
=CONCATENATE(MID(C4,FIND(" ",C4)+1,1),"_",$N$8,$N$9,IF(G4 = "","",$N$10),IF(G4 = "","","_"),E4,IF(E4 = "","","_"),G4)
See this "",""
What exactly does that mean? I can't search for it on google properly. Thanks
I'm fixing a number of excel sheets here atm. Unfortunately the original designer isn't here anymore. I keep stumbling across, what I think might be code, from previous versions of excel.
Eg.
=CONCATENATE(MID(C4,FIND(" ",C4)+1,1),"_",$N$8,$N$9,IF(G4 = "","",$N$10),IF(G4 = "","","_"),E4,IF(E4 = "","","_"),G4)
See this "",""
What exactly does that mean? I can't search for it on google properly. Thanks