Filter on a negative value

MrLynge

New Member
Joined
Nov 29, 2017
Messages
7
Hi

I am trying to make the following calculation with a filter:

=CALCULATE(MAX('Fakturaer'[No_]);FILTER('Fakturaer';'Fakturaer'[Service Item Beriget]=Artikler[No_] && Fakturaer[# fak minus # kre]=-1))


The problem is with the bolded part. Here I want to filter on a negative value, but the calculate function keeps returning blanks, as if it does not understand the -1 value.

I know that I can solve the problem by converting the negative values, but since I can think of a lot of cases were referring to a negative value could be helpful, I hope that some of you have a solution?
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
maybe (untested)
Fakturaer[# fak minus # kre]="-1"
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,975
Messages
6,122,538
Members
449,088
Latest member
RandomExceller01

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