Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi everybody Im working on a worksheet where i wanna check cells in two other types of work sheets but but only one of the exists for each number. Ive made this cell: "=OR(SUM(INDIRECT("'[Kreditor mappe "&B9&".xls]Løndebitorer'!$L:$L"))+SUM(INDIRECT("'[Kreditor mappe "&B9&".xls]Ferieval.'!$L$1:$L$40"))0;SUM(INDIRECT("'[Debitor mappe "&B9&".xls]Løndebitorer'!$L:$L"))+SUM(INDIRECT("'[Debitor mappe "&B9&".xls]Ferieval.'!$L$1:$L$40"))0)" but of course i get #REF! because one of the files are missing, i want to know how i can set #REF!=0 and even if i didnt have that problem i would still only get a true or false answer. And i want a 1 or 0 answer. I cant figure out how to get "=if()" to recognize if the "=or()" result is right. ![]() I really hope theres a hardcore excel user out there that can help me :) -Hurtige -- Hurtige ------------------------------------------------------------------------ Hurtige's Profile: http://www.excelforum.com/member.php...o&userid=37381 View this thread: http://www.excelforum.com/showthread...hreadid=570689 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I figured out how to set the values for true and false.. Now i only need to know how you set a value for "#ref!" or how you avoid getting the refference problem.. -- Hurtige ------------------------------------------------------------------------ Hurtige's Profile: http://www.excelforum.com/member.php...o&userid=37381 View this thread: http://www.excelforum.com/showthread...hreadid=570689 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Disable autoformat of "true" and "false" text | Excel Discussion (Misc queries) | |||
=IF(VLOOKUP(C11,Group,2,FALSE)=D11,"True","Not Valid") and =IF(D1 | Excel Worksheet Functions | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
IF(VLOOKUP("MYDATA", MYNAME, 4) = 0, "TRUE", "FALSE") | Excel Programming |