Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hey,
I'm trying to have a value in column M strikethrough if the value in the same row but column F does not contain "xxxx". Example: Column M has dates and Column F has a status of an order. If the status of cell in column F, is not "approved", I want the date in Column M to strikethrough... ..... is that possible? Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Strikethrough is the default 'effect' in CF/Font. To enable it you must fill
out the empty selection fields. Use this formula: =NOT(Status="Approved") ...where "Status" is a named range with local (sheet level) scope, defined as follows: Select F1 and open the Define Name dialog; Name: 'sheetnamehere!'Status OR in newer versions: Name: Status Scope: name of sheet being used on RefersTo: =$F1 Press Enter This defined name will now work in any column to ref column F in the row using this name. Giving it sheet level scope allows using it on other sheets independantly without conflict. -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to copy one column values to another column based on conditionthat row2 contain todays date | Excel Programming | |||
Count Unique Values in 1 Column based on Date Range in another Column | Excel Worksheet Functions | |||
macro to transpose cells in Column B based on unique values in Column A | Excel Programming | |||
Calculating values to column D with formula based on values column A | Excel Programming | |||
vba: Taking average of values in one column based on a corresponding value in another column | Excel Programming |