I have seen a few different problems with NL(Sheet) and a few different solutions for the problems. I feel like I have a unique problem and would really appreciate any help that I can get.
I am trying to generate sheets based on 2 lookup() for account segment 1 and account segment 2 in Dynamics GP. I can generate sheets and the function works great except for the sheet names.
Right now I am using the following function
=NL("Sheets","GL00100",{"ACTNUMBR_1","ACTNUMBR_2"},"ACTNUMBR_1",$F$5,"ACTNUMBR_2",$G$5)
but the sheet name is as follows
"DataSource","Company","GL00100","ACTNUMBR_1","10","ACTNUMBR_2","000" |
How can I change this long name to probably "10-000" based on the two account segments or probably even like "10000".