+ Reply to Thread
Results 1 to 3 of 3

IF THEN formula

  1. #1
    Registered User
    Join Date
    03-04-2005
    Posts
    2

    IF THEN formula

    In column A I have a series of alphanumeric numbers, half of them start with the letter "W". In column D, I have corresponding amounts. I need a formula that will give me a total amount of all those in column A that start with the letter "W".

    Can anyone please help?

    Many thanks
    Kristina

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451
    Try this:
    =SUMPRODUCT(--(LEFT(A1:A5000,1)="W")*(D1:D5000))

    Adjust the A1:A5000 and D1:D5000 to the range you are using

  3. #3
    Registered User
    Join Date
    03-04-2005
    Posts
    2
    Thank you - that's brilliant!

    Kristina

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1