View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RAGdyer
 
Posts: n/a
Default Excel cell show sum upto 500 Exceede delet without if else conditi

Try something like this:

=MIN(SUM(A1:A100),500)

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"Yasir U sman" <Yasir U wrote in message
...
I actullay want to perfoam a sum in excel that give me result only up to
500.
Less than 500 sum show the real value. On the other hand just shows me
500. I
have to put a formula without using " If Else Coniditions ". any one can
help
out.

thanks budy

Yasir