Hi,
I have two columns with values.i.e I would like to subtract A from B with a condition.
See sample formula I am using below
H K
10 15
5 3
28 30
={IF(((K16:K4398)-(H16:H4398))>0,SUM(K16-H4398),"X"}
However I am only getting X.I know the answer should be a numeric value.
Any help would be appreciated
I have two columns with values.i.e I would like to subtract A from B with a condition.
See sample formula I am using below
H K
10 15
5 3
28 30
={IF(((K16:K4398)-(H16:H4398))>0,SUM(K16-H4398),"X"}
However I am only getting X.I know the answer should be a numeric value.
Any help would be appreciated