Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need a formula to return true, based on cells in column b being blank.
So if A1 is not blank, B1 is blank, and C1 is not blank return true. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=AND(TRIM(A1)<"",TRIM(B1)="",TRIM(C1)<"")
If this post helps click Yes --------------- Jacob Skaria "hilltop55" wrote: I need a formula to return true, based on cells in column b being blank. So if A1 is not blank, B1 is blank, and C1 is not blank return true. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Try this for a blank cell where a formula is returning null =B1="" or for an empty cell =ISBLANK(B1) Mike or Mike "hilltop55" wrote: I need a formula to return true, based on cells in column b being blank. So if A1 is not blank, B1 is blank, and C1 is not blank return true. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTA(A1:C1)=3
-- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "hilltop55" wrote: I need a formula to return true, based on cells in column b being blank. So if A1 is not blank, B1 is blank, and C1 is not blank return true. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula with blank cells | Excel Discussion (Misc queries) | |||
Formula with blank cells | Excel Discussion (Misc queries) | |||
Formula to sum blank cells | Excel Worksheet Functions | |||
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 |