Thread: Exceel formulae
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gaurav[_3_] Gaurav[_3_] is offline
external usenet poster
 
Posts: 127
Default Exceel formulae

If you want Column D (which is the sum of A,B,C) to show 30 if the result of
the Sum exceeds 30 then use this in Col D.

=IF(SUM(A3:C3)30,30,SUM(A3:C3))

If you want Col E to show 30 even if Col D exceeds 30 then use this in E

=IF(D330,30,D3)

Hope that helps.


"arisan" wrote in message
...
I mean if the sum exceeds 30, i need to keep it around 30... or the sum
shuld
not be more than 30 i. e Sum<=30
--
arisan


"Gaurav" wrote:

What do you mean by 'if it exceeds'?


"arisan" wrote in message
...
hi there!!
Am New to this discussion and its this problem that brought me to this
discussion....

its have got to adjust values in Col E to 30, if it exceeds in Col D
where
Col D is sum of A, B and C..... tried alot of rubbish formulae but all
in
vain...
can anyone help plz
--
arisan