Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() Hi all I have a formula, due to unmatch data from another table, some cell has "#N/A" show up, how could I replace #N/A with [nothing ""] in the cell? I try to use the if function, such as =IF(A1="#N/A","",A1) However, if the A1 is #N/A ... is still show up as #N/A . Can anyone help me .... thanks for yr help! ![]() -- vitality ------------------------------------------------------------------------ vitality's Profile: http://www.excelforum.com/member.php...o&userid=27267 View this thread: http://www.excelforum.com/showthread...hreadid=467807 |
#2
![]() |
|||
|
|||
![]()
Try
=IF(ISNA(A1),"",A1) -- HTH Bob Phillips "vitality" wrote in message ... Hi all I have a formula, due to unmatch data from another table, some cell has "#N/A" show up, how could I replace #N/A with [nothing ""] in the cell? I try to use the if function, such as =IF(A1="#N/A","",A1) However, if the A1 is #N/A ... is still show up as #N/A . Can anyone help me .... thanks for yr help! ![]() -- vitality ------------------------------------------------------------------------ vitality's Profile: http://www.excelforum.com/member.php...o&userid=27267 View this thread: http://www.excelforum.com/showthread...hreadid=467807 |
#3
![]() |
|||
|
|||
![]() It did work! Thanks. -- vitality ------------------------------------------------------------------------ vitality's Profile: http://www.excelforum.com/member.php...o&userid=27267 View this thread: http://www.excelforum.com/showthread...hreadid=467807 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|