Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there any possibility to conditionally center (or shift right) cell
contents ? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Dec 11, 11:21*am, "Gilbert DE CEULAER"
wrote: Is there any possibility to conditionally center (or shift right) cell contents ? You could do it with a hidden column. Assuming column A is your data, and you want to shift anything over 25. Insert a column at B and use this formula: =If(a125," " & a1, a1) The string is just five spaces, adjust to your own needs. Hope this helps, Chris M. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formatting cells in a column with conditional formatting? | Excel Discussion (Misc queries) | |||
Protect Cell Formatting including Conditional Formatting | Excel Discussion (Misc queries) | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions | |||
Conditional Formatting that will display conditional data | Excel Worksheet Functions |