M
MikeF
This has become quite challenging.
IF in range d23:023 there are only zeros, nothing, or a mix of both,
would like cell q23 to return zero, otherwise 1.
Can’t use a sum because sometimes there are offsetting numbers, ie +100 and
-100 in the same row that would return 0.
Some cells in the range are a formula [which is why there’s a zero], others
are just blank.
The end result is to import a large table into Access, using row q as import
criteria, so Access does not import any rows that are meaningless.
In other words, if *something* is in the row, put a 1 in column q, if there
is nothing meaningful in the row [zeros or nothings] put a zero in column q.
Have tried numerous COUNT IFS formulas to no avail.
Any assistance would be sincerely appreciated.
Thanx,
- Mike
IF in range d23:023 there are only zeros, nothing
would like cell q23 to return zero, otherwise 1.
Can’t use a sum because sometimes there are offsetting numbers, ie +100 and
-100 in the same row that would return 0.
Some cells in the range are a formula [which is why there’s a zero], others
are just blank.
The end result is to import a large table into Access, using row q as import
criteria, so Access does not import any rows that are meaningless.
In other words, if *something* is in the row, put a 1 in column q, if there
is nothing meaningful in the row [zeros or nothings] put a zero in column q.
Have tried numerous COUNT IFS formulas to no avail.
Any assistance would be sincerely appreciated.
Thanx,
- Mike