Fixed Field Length in Excel

D

David

I am preparing an extract for BACS using Excel and want to format text and
numeric fields. If anyone is familiar with COBOL the mask would be PIC X(18)
so if the data is J Smith I want to see '...spaces...J Smith'. I will then
export to a text only file for onward tranmission.

I can define PIC 9(18) but not PIC X(18) and the resulting output field MUST
be padded with zeros or spaces respectively.

Any help gratefully received.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top