Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hi I was wondering how I can write write the following formula. I want the formula to return a "1" if either cell A1 or B1 is NOT blank,otherwise retunr "0".
IT would look something like this IF(NOT(ISBLANK(A1, B1)), 1, 0) <- This is not working for me. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Am Fri, 15 Mar 2013 15:59:52 +0000 schrieb INMD13: Hi I was wondering how I can write write the following formula. I want the formula to return a "1" if either cell A1 or B1 is NOT blank,otherwise retunr "0". IT would look something like this IF(NOT(ISBLANK(A1, B1)), 1, 0) <- This is not working for me. try: =IF(OR(LEN(A1)0,LEN(B1)0),1,0) Regards Claus Busch -- Win XP PRof SP2 / Vista Ultimate SP2 Office 2003 SP2 /2007 Ultimate SP2 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need Array Formula for Counting Blank & Non Blank Cells (Multiple Criteria) | Excel Discussion (Misc queries) | |||
Formula with blank cells | Excel Discussion (Misc queries) | |||
Formula with blank cells | Excel Discussion (Misc queries) | |||
Formula Help: Add cells with certain text + cells that are blank | Excel Worksheet Functions | |||
Need blank formula cells rather than 0's | Excel Worksheet Functions |