Dealing with Nulls in Report Table

I have a Report Table which looks something like this :

The information is fetched from database which also includes Null values. When I try to put some summary calculations on it, such as Maximum, it gives me <N/A> but I don’t get correct result when I perform another summary such as Minimum.

Any Idea on how to fix this ?