Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to write a conditional format to check a line of text. I have
=IF(COUNTIF(A4,"*docs\budget*")<1) to check if the words docs\budget are in a line of text and this is not working. Here is an example of the text. Y:\auto\224\712\5225\01\docs\budget Where did I go wrong? Thanks. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You don't need the IF. Try
=COUNTIF(A4,"*docs\budget*")<1 Hope this helps, hutch "Todd" wrote: I am trying to write a conditional format to check a line of text. I have =IF(COUNTIF(A4,"*docs\budget*")<1) to check if the words docs\budget are in a line of text and this is not working. Here is an example of the text. Y:\auto\224\712\5225\01\docs\budget Where did I go wrong? Thanks. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
For conditional formatting, try the following...
Select A4 Format Conditional Formatting Formula Is Enter the following formula: =SEARCH("docs/budget",A4) Choose your formatting Click Ok Hope this helps! In article , Todd wrote: I am trying to write a conditional format to check a line of text. I have =IF(COUNTIF(A4,"*docs\budget*")<1) to check if the words docs\budget are in a line of text and this is not working. Here is an example of the text. Y:\auto\224\712\5225\01\docs\budget Where did I go wrong? Thanks. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() looks fine, make sure you have the true,false part at the end or else it'll say you've entered too few arguments -- MDubbelboer ------------------------------------------------------------------------ MDubbelboer's Profile: http://www.excelforum.com/member.php...o&userid=36330 View this thread: http://www.excelforum.com/showthread...hreadid=563027 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional format numbers | Excel Worksheet Functions | |||
Cell Format Changes When Data Is Entered - Not Conditional Formatt | Excel Worksheet Functions | |||
Conditional format of minimum number | Excel Worksheet Functions | |||
Conditional Format Question | Excel Worksheet Functions | |||
Draging a conditional format | Excel Worksheet Functions |