I want to fix the length by appending zeroes :- Consider below example where i am having 3 Prod ID :- 1234 1234567 123
Below is the result i am expecting:- 0000001234 0001234567 0000000123 Generally we call this left/right padding or leading zeroes.
Hey @JAbhi , You can simply do this by applying one Right function in the other line Item as:
Right("00000000"&Text(Line Item),10) I hope this helps.
@JAbhi
The correct answer is @Prajjwal Jar answer, as there is no need for a long IF THEN ELSE statement.
Hi @JAbhi , Hope this helps!
Thanks @Prajjwal88 & @rob_marshall, this worked.
It was quite simple, i should i have explored it on my own, but i was searching for some particular keywords :)
We are looking for Anaplan end-users to provide feedback on their experiences with the Excel add-in. Interested individuals will respond to this 5-minute survey to help us understand personal needs and behavior when using the add-in. The feedback provided by survey takers is essential to the roadmap of Anaplan's products.…
Estimated Level of Effort:4-8 Hours of Model Building Level of Difficulty: Beginner Recommended Training: L2 Model Builder Training Persona: Casual Model Builder Potential ROI: Decreased planning time Increased accuracy of targets/spreads You Might Also Like: * Historical Snapshotting Top-Down Allocations Whether it's…
This item has been identified as an outstanding known issue. A workaround is provided until the issue is officially fixed. Issue For versions 1.6, 1.7 and 1.8 of the PowerPoint Add-in elevated privileges are required to install the add-in through command line and for the "all users" option. Workaround * Installing through…