Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi All I need help with a formula, I have 3 cell columns B,C & D with vlookup’s in each. The way I have set it up so that only one of the look ups will work. How do then make a formula that will be in column E and look columns B,C&D and display the only number that has worked Eg. A B C D AT111 #N/A 0.71 #N/A Please help Thanks Andrew -- koba ------------------------------------------------------------------------ koba's Profile: http://www.excelforum.com/member.php...o&userid=28639 View this thread: http://www.excelforum.com/showthread...hreadid=501901 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Maybe, assuming only 1 number in the 3 cells. =MAX(B1:D1) HTH JG -- pinmaster ------------------------------------------------------------------------ pinmaster's Profile: http://www.excelforum.com/member.php...fo&userid=6261 View this thread: http://www.excelforum.com/showthread...hreadid=501901 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks But it did not work because the problem is that the other two cells have errors in them so functions like max and large need to have whole numbers, i need a formula that would be able to read errors and then display to only cell without an error Andrew -- koba ------------------------------------------------------------------------ koba's Profile: http://www.excelforum.com/member.php...o&userid=28639 View this thread: http://www.excelforum.com/showthread...hreadid=501901 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If the #N/A's are the result of Vlookups then MAX(............) will reutrn
#N/A. Biff "pinmaster" wrote in message ... Maybe, assuming only 1 number in the 3 cells. =MAX(B1:D1) HTH JG -- pinmaster ------------------------------------------------------------------------ pinmaster's Profile: http://www.excelforum.com/member.php...fo&userid=6261 View this thread: http://www.excelforum.com/showthread...hreadid=501901 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Great thanks for the help!! Almost there, while this formula displays the number i need which is good, it displays 0 when all three cells are #N/A, and in this situation need it to display #N/A or anything but a number!!! Andrew -- koba ------------------------------------------------------------------------ koba's Profile: http://www.excelforum.com/member.php...o&userid=28639 View this thread: http://www.excelforum.com/showthread...hreadid=501901 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi!
Try this: =IF(COUNT(B1:D1),SUMIF(B1:D1,"<#N/A"),#N/A) Biff "koba" wrote in message ... Great thanks for the help!! Almost there, while this formula displays the number i need which is good, it displays 0 when all three cells are #N/A, and in this situation need it to display #N/A or anything but a number!!! Andrew -- koba ------------------------------------------------------------------------ koba's Profile: http://www.excelforum.com/member.php...o&userid=28639 View this thread: http://www.excelforum.com/showthread...hreadid=501901 |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi!
One way: =SUMIF(B1:D1,"<#N/A") Biff "koba" wrote in message ... Hi All I need help with a formula, I have 3 cell columns B,C & D with vlookup's in each. The way I have set it up so that only one of the look ups will work. How do then make a formula that will be in column E and look columns B,C&D and display the only number that has worked Eg. A B C D AT111 #N/A 0.71 #N/A Please help Thanks Andrew -- koba ------------------------------------------------------------------------ koba's Profile: http://www.excelforum.com/member.php...o&userid=28639 View this thread: http://www.excelforum.com/showthread...hreadid=501901 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display contents of a specific cell even if a group of cells is mo | Excel Worksheet Functions | |||
Cell display is 38727.4101273148 Formula Bar is 1/10/2006 9:50 | Excel Discussion (Misc queries) | |||
Display a row if a cell value is greater than zero | Excel Worksheet Functions | |||
How do I display hyperlink in Excel cell? | Excel Discussion (Misc queries) | |||
How do I set a cell to "Empty" so that it does not display in a ch | Charts and Charting in Excel |