Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Is it possible to replace a #N/A result with a particular text string? I know I could use Find/Replace, but I really don't want to lose the formula. Thanks for any help Charlotte |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(ISNA(your_formula),"your text string",your_formula)
-- David Biddulph "Charlotte Howard" wrote in message ... Hi, Is it possible to replace a #N/A result with a particular text string? I know I could use Find/Replace, but I really don't want to lose the formula. Thanks for any help Charlotte |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use this structure instead of your original =VLOOKUP(...) formula:
=IF(ISERROR(VLOOKUP(...)),"textstring",VLOOKUP(... )) Regards, Stefi €˛Charlotte Howard€¯ ezt Ć*rta: Hi, Is it possible to replace a #N/A result with a particular text string? I know I could use Find/Replace, but I really don't want to lose the formula. Thanks for any help Charlotte |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find / replace in excel 2003 | New Users to Excel | |||
Vlookup, replace true text result with "X" | Excel Worksheet Functions | |||
How do i use the find and replace in excel 2003 | New Users to Excel | |||
How do I replace my vlookup FORMULA with just the TEXT of results | Excel Worksheet Functions | |||
replace axis text with graphics on excel chart (excel 2003) | Charts and Charting in Excel |