MrDB4Excel
Active Member
- Joined
- Jan 29, 2004
- Messages
- 348
- Office Version
- 2013
- Platform
- Windows
I am trying to get the minimum value in a column (in this case column “J”) but the formulas that are used to insert results in the column I need the minimum from are as follows:
=SUM(D10-$K$3), with each successive row an increase in the D row; e.g. =SUM(D11-$K$3), =SUM(D12-$K$3)…
K3 equals 13,850,000 so in the last row where other data is not yet present in columns “A, B, C, & D” then the value in column “J” shows -13,850,000.
How can I get the negative value to not show and instead during the =MIN(J:J) lookup it truly only looks at positive values where data has been entered in columns “A, B, C, & D” and disregards all rows after the last row where data has been entered in columns “A, B, C, & D”? Example, row 109 has data in columns “A, B, C, & D” and the result of =SUM(D109-$K$3) is 1,341,602. Then row 110 the value showing in J110 is -13,850,000
This seems straightforward to me without the need for an Xl2bb mini-sheet but if it is needed I will create one.
I tried this formula: =IFERROR(IF(SUM(D10-$K$3)=0,”“,(D10-$K$3))),”“) but then I got this message, seen in the attached image:
Any suggestions are very much welcome and appreciated.
=SUM(D10-$K$3), with each successive row an increase in the D row; e.g. =SUM(D11-$K$3), =SUM(D12-$K$3)…
K3 equals 13,850,000 so in the last row where other data is not yet present in columns “A, B, C, & D” then the value in column “J” shows -13,850,000.
How can I get the negative value to not show and instead during the =MIN(J:J) lookup it truly only looks at positive values where data has been entered in columns “A, B, C, & D” and disregards all rows after the last row where data has been entered in columns “A, B, C, & D”? Example, row 109 has data in columns “A, B, C, & D” and the result of =SUM(D109-$K$3) is 1,341,602. Then row 110 the value showing in J110 is -13,850,000
This seems straightforward to me without the need for an Xl2bb mini-sheet but if it is needed I will create one.
I tried this formula: =IFERROR(IF(SUM(D10-$K$3)=0,”“,(D10-$K$3))),”“) but then I got this message, seen in the attached image:
Any suggestions are very much welcome and appreciated.