I use this formula:
=" "&TEXT(COUNTIF(G5:G22,"appr"),"000")&" "&TEXT(COUNTIF(I5:I22,"appr"),"000")&" "&TEXT(COUNTIF(G5:G22,"appr")+COUNTIF(I5:I22,"appr"),"000")
to display numbers in a merged cell.
The "000" formatting seems to be the only one which keeps positions intact, but it displays leading zeroes, so I have it as " 001 023 004" etc... Is there a formatting option to display blanks in place of zeroes, but keeping number position as it does with "000", so it would look like: " ^^1 ^23 ^^4", etc..?
Thank you very much.
=" "&TEXT(COUNTIF(G5:G22,"appr"),"000")&" "&TEXT(COUNTIF(I5:I22,"appr"),"000")&" "&TEXT(COUNTIF(G5:G22,"appr")+COUNTIF(I5:I22,"appr"),"000")
to display numbers in a merged cell.
The "000" formatting seems to be the only one which keeps positions intact, but it displays leading zeroes, so I have it as " 001 023 004" etc... Is there a formatting option to display blanks in place of zeroes, but keeping number position as it does with "000", so it would look like: " ^^1 ^23 ^^4", etc..?
Thank you very much.