Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I have searched for this, but can't find it. I am trying to make a formula in conditional formatting to place text in cell E6 based on an IF statement based on text in cell C6. So, if cell C6 has the word "yes" typed in it, then text "complete" will be placed in cell E6. Can you guys help me with how this formula would be written? I have =IF(c6="yes",???? Thanks, -- jzzman ------------------------------------------------------------------------ jzzman's Profile: http://www.excelforum.com/member.php...o&userid=24838 View this thread: http://www.excelforum.com/showthread...hreadid=549193 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sure
=IF(C6="yes","complete","whatever you want it to say if C6 is not yes") -- Reply by thread only thanks Allllen "jzzman" wrote: I have searched for this, but can't find it. I am trying to make a formula in conditional formatting to place text in cell E6 based on an IF statement based on text in cell C6. So, if cell C6 has the word "yes" typed in it, then text "complete" will be placed in cell E6. Can you guys help me with how this formula would be written? I have =IF(c6="yes",???? Thanks, -- jzzman ------------------------------------------------------------------------ jzzman's Profile: http://www.excelforum.com/member.php...o&userid=24838 View this thread: http://www.excelforum.com/showthread...hreadid=549193 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"jzzman" wrote in
message ... I have searched for this, but can't find it. I am trying to make a formula in conditional formatting to place text in cell E6 based on an IF statement based on text in cell C6. So, if cell C6 has the word "yes" typed in it, then text "complete" will be placed in cell E6. Can you guys help me with how this formula would be written? I have =IF(c6="yes",???? It's not conditional formatting, as you are altering the content of the cell, not its format. In E6, put the formula =IF(C6="yes","complete","not complete") [You can replace "not complete" by whatever you want in E6 if C6 is NOT "yes". Put "" if you want it to be blank in that case.] -- David Biddulph |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Also, conditional formatting will only help you change the formatting of a
cell, not the text in it. You have to put your formula in the cell itself. -- Reply by thread only thanks Allllen "jzzman" wrote: I have searched for this, but can't find it. I am trying to make a formula in conditional formatting to place text in cell E6 based on an IF statement based on text in cell C6. So, if cell C6 has the word "yes" typed in it, then text "complete" will be placed in cell E6. Can you guys help me with how this formula would be written? I have =IF(c6="yes",???? Thanks, -- jzzman ------------------------------------------------------------------------ jzzman's Profile: http://www.excelforum.com/member.php...o&userid=24838 View this thread: http://www.excelforum.com/showthread...hreadid=549193 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() BTW, I didn't mention my formula is not in cell E6 I need it to be in cell AA6. -- jzzman ------------------------------------------------------------------------ jzzman's Profile: http://www.excelforum.com/member.php...o&userid=24838 View this thread: http://www.excelforum.com/showthread...hreadid=549193 |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Then you will need a macro. cell AA6 cannot put data in e6 via cf or a
formula. -- Don Guillett SalesAid Software "jzzman" wrote in message ... BTW, I didn't mention my formula is not in cell E6 I need it to be in cell AA6. -- jzzman ------------------------------------------------------------------------ jzzman's Profile: http://www.excelforum.com/member.php...o&userid=24838 View this thread: http://www.excelforum.com/showthread...hreadid=549193 |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks for the reply. -- jzzman ------------------------------------------------------------------------ jzzman's Profile: http://www.excelforum.com/member.php...o&userid=24838 View this thread: http://www.excelforum.com/showthread...hreadid=549193 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Creating a check mark box | Setting up and Configuration of Excel | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |