Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi ...please help
i have the following formula : =LEFT(F1;FIND("*";F1)-1)+LEFT(F2;FIND("*";F2)-1)+LEFT(F3;FIND("*";F3)-1)+LEFT(F4;FIND("*";F4)-1) is there a way to make it shorter....?? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=SUMPRODUCT(--(LEFT(F1:F4;FIND("*";F1:F4)-1))) -- Biff Microsoft Excel MVP "pierre" wrote in message ... hi ...please help i have the following formula : =LEFT(F1;FIND("*";F1)-1)+LEFT(F2;FIND("*";F2)-1)+LEFT(F3;FIND("*";F3)-1)+LEFT(F4;FIND("*";F4)-1) is there a way to make it shorter....?? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
thank you sir VERY MUCH...........just keep it on ;)
|
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Thu, 18 Jun 2009 08:12:05 -0700, pierre
wrote: =LEFT(F1;FIND("*";F1)-1)+LEFT(F2;FIND("*";F2)-1)+LEFT(F3;FIND("*";F3)-1)+LEFT(F4;FIND("*";F4)-1 Try this formula: =SUM(1*LEFT(F1:F4;FIND("*";F1:F4)-1)) Note: This is an array formula that should be entered by CTRL+SHIFT+ENTER rather than just ENTER. Hope this helps / Lars-Åke |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
-- Biff Microsoft Excel MVP "pierre" wrote in message ... thank you sir VERY MUCH...........just keep it on ;) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|