View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
vezerid vezerid is offline
external usenet poster
 
Posts: 751
Default What would the formula be for...

It is an *array* formula. Commit with Shift+Ctrl+Enter.

Regards,
Kostis

On Oct 19, 8:24 pm, wrote:
On Oct 19, 1:10 pm, "Ron Coderre"
wrote:



Try this ARRAY FORMULA(committed with Ctrl+Shift+Enter, instead of just
Enter):


=SUMPRODUCT(IF(ROW(B1:B32)={1,16,32},--LEFT(B1:B32,FIND(" ",B1:B32)-1)))


Does that help?
--------------------------


Regards,


Ron (XL2003, Win XP)
Microsoft MVP (Excel)


wrote in message


oups.com...


If i have in cell B3 4 - 2 Wins, cell B16 6 - 3 Wins, and cell B32 6 -
3 Wins.....i want to add those three cells and come out with an answer
of 16...i want it to ignore the text of how many wins and just add the
first number


thanks ahead of time for your help- Hide quoted text -


- Show quoted text -


Well the formula you supplied did give me an answer it gave me the
result of 6......clearly 16 is what we are looking for it appears with
your formula whatever i put in B16 is what it gives me....if i put 8 -
4 wins it gives me a result of 8....no matter what is in the other
cells.