conditional formatting ?

  • Thread starter Thread starter Ranger.1
  • Start date Start date
R

Ranger.1

i have a row of 12 cells. each numeric value in the cells is totaled in
the 13th cell. I want to create a formula that will look at each cell
and not add the cells with the 3 lowest numerical values to the total
in the 13 cell in that row.:confused:
 
Try this: using range A1:L1 for your 12 values

=SUM(A1:L1)-SUM(SMALL(A1:L1,{1,2,3}))
 
Does that mean you're getting the wrong answer or the formula i
producing an error?
What values and cells are you using?
What result did you get?
It's always best to provide as much detail as possibl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top