Forum Discussion
SeeingAhead
Jan 22, 2021Copper Contributor
Number formatting such that only the first number in the column has the $ sign
Dear Community, I am working on an excel file which contains numbers and NAs / NMs. While the number of rows in the table remains the same, the numbers the column and their position in the ta...
- Jan 22, 2021
I believe if you select the range to format, and with the top left cell as the active cell (A1 in your example workbook), use a conditional format formula (change the cell reference as applicable):
=count(a$1:a1)=1
and select your custom number format.
JMB17
Jan 22, 2021Bronze Contributor
I believe if you select the range to format, and with the top left cell as the active cell (A1 in your example workbook), use a conditional format formula (change the cell reference as applicable):
=count(a$1:a1)=1
and select your custom number format.
SeeingAhead
Feb 02, 2021Copper Contributor
You are a genius! JMB17