Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Will you suggest a formula to compare the values of two different cells and,
if the values are equal, input a character (as asterisk) in the formula cell? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(A1=A2,"*","")
HTH -- AP "sdmccabe" a écrit dans le message de news: ... Will you suggest a formula to compare the values of two different cells and, if the values are equal, input a character (as asterisk) in the formula cell? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() =if(a1=b1,"*","") -- KellTainer ------------------------------------------------------------------------ KellTainer's Profile: http://www.excelforum.com/member.php...o&userid=34322 View this thread: http://www.excelforum.com/showthread...hreadid=548298 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2 Nesting questions | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |