Which cells is not true

Remburg

New Member
Joined
Apr 4, 2016
Messages
5
The spreadsheet contains information about articles and prizes which has been set up with =if functions. What I am looking for now is if there is a possibility to create a table where excel shows me which of the cells is not true in relationship to the aforementioned if function. Or since I am working with only positive numbers if a formula could tell me what cells contains a negative number?
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Yeah, i might have been unclear. I have =if(and()) functions that checks if all of the sum rows are positive. What I am looking for is if a formula could produce a new table where the output shows what cells made the if statement false.
 
Upvote 0
One way:

Row\Col
A​
B​
C​
1​
Input
Cells < 0
2​
0​
$A$8B2:B8: {=ADDRESS(SMALL(IF($A$2:$A$19 < 0, ROW($A$2:$A$19)), {1;2;3;4;5}), COLUMN(A:A))}
3​
6​
$A$10
4​
7​
$A$13
5​
8​
$A$14
6​
4​
$A$16
7​
3​
#N/A​
8​
(2)​
#N/A​
9​
9​
10​
(1)​
11​
3​
12​
8​
13​
(1)​
14​
(5)​
15​
4​
16​
(1)​
17​
7​
18​
1​
19​
(2)​
 
Upvote 0

Forum statistics

Threads
1,215,223
Messages
6,123,711
Members
449,118
Latest member
MichealRed

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top