Is it in any way possible in DriveWorksXpress to suppress a part if X = true and if X= false it will give you a specific number?
=IF( Aandrijfdeel ="T87" ,"suppress", "*"&Ordernummer &"-1003")
Or
=IF( Aandrijfdeel ="T87" ,"suppress", "*"&Ordernummer &"-1003")&IF( Aandrijfdeel ="T87" ,"suppress", "Unsuppress")
This seems to not work correcly (Gives me the current file name with suppress or unsuppress after it).
Anyone has an idea to get it working?
Kind regards,
Kevin
nobody has any kind of idea about this? Seems like pretty basic Excel coding (But not basic enough for me hahaha)?