Hello,
Is there any ways to skip the condition rows while doing SUM, but on count it should not skip the conditional row.
For Example.
Amount have 5 rows and it contains some Hexadecimal numbers.
I wanted to skip the Hexadecimal Numbers while performing the SUM,
But while count the Amount field, Should not skip the Hexadecimal number.
Amount |
5 |
1.6 |
7 |
1.72529029846191E 09 |
4 |
Output :
SUM : 17.6
Total Number of Rows : 5
Thank You in Advance.
hi @Gaurav0001
You can create another column by Formula tool, and configure expression so value=0 when condition is met(Hexadecimal).
For that column, apply Summarize tool as usual.
This is an example of the above method. Please rephrase expression so as to fit your case.