Zero in number formatted line item in beginning
Answers
-
0
-
@PulkitChawla21 as per @Himanshu1998's comments it will need to be text and you can apply the formula against the original numeric line item such as
RIGHT("00000000" & TEXT(numeric value), 8)
0