0

Adding sheet label on the sheet

I have a purchase order template. When I run the report, I gives me multiple sheets based on the vendor category codes on the purchase lines. It works fine, but i want to add something else:
on the sheet replicator i have this formula: nl("sheets","Purchase Line","Vendor Category Code","Document No.",option!D5)
With this formula, the sheet name will be the "Vendor Category Code".
On one of the cell, I have the PO No.; and I want to add label to the PO no of each sheet.
So, for the first sheet, that cell will be: POXXXX A, the next one will be POXXXX B and so on.
How I could get that A, B, C things. I have tried using NL("sheets",{"A","B","C","D"}), but i get only the first value which is A.

Thank you.

5 comments

Please sign in to leave a comment.