Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() When I use a lookup formula in certain circumstance it returns a #N/A. How can I show this as a zero so that I can sort on this? Thanks Simon -- kosciosco ------------------------------------------------------------------------ kosciosco's Profile: http://www.excelforum.com/member.php...fo&userid=7068 View this thread: http://www.excelforum.com/showthread...hreadid=319640 |
#2
![]() |
|||
|
|||
![]()
use IF(ISNA(VLOOKUP(.......)),"0",VLOOKUP(.......))
Ο "kosciosco" έγραψε στο μήνυμα ... When I use a lookup formula in certain circumstance it returns a #N/A. How can I show this as a zero so that I can sort on this? Thanks Simon -- kosciosco ------------------------------------------------------------------------ kosciosco's Profile: http://www.excelforum.com/member.php...fo&userid=7068 View this thread: http://www.excelforum.com/showthread...hreadid=319640 |
#3
![]() |
|||
|
|||
![]()
Hi
i would make this IF(ISNA(VLOOKUP(.......)),0,VLOOKUP(.......)) as other wise the zero is stored as 'Text' and not as numeric value -- Regards Frank Kabel Frankfurt, Germany "Geovas" schrieb im Newsbeitrag ... use IF(ISNA(VLOOKUP(.......)),"0",VLOOKUP(.......)) Ο "kosciosco" έγραψε στο μήνυμα ... When I use a lookup formula in certain circumstance it returns a #N/A. How can I show this as a zero so that I can sort on this? Thanks Simon -- kosciosco --------------------------------------------------------------------- --- kosciosco's Profile: http://www.excelforum.com/member.php...fo&userid=7068 View this thread: http://www.excelforum.com/showthread...hreadid=319640 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Displaying Sums Only | Excel Discussion (Misc queries) | |||
Stopping Charts Displaying Zero Results | Charts and Charting in Excel | |||
Displaying a blank cell | Excel Discussion (Misc queries) | |||
when displaying formulas, how to start a new line in the same cel. | Excel Discussion (Misc queries) | |||
displaying results and not formulas | Excel Worksheet Functions |