+ Reply to Thread
Results 1 to 3 of 3

Thread: What is the formula? If A:A is "1" AND B:B is "MACH: SUM F:F

  1. #1
    Tammy
    Guest

    What is the formula? If A:A is "1" AND B:B is "MACH: SUM F:F

    Can't figure this simple formula out. Column A contains #'s 1-6, B contains
    text, and F contains mins. All I need to say is "if a is 1 and b is mach sum
    f.

  2. #2
    pinmaster
    Guest
    Hi,
    Use an IF and AND formula:
    =IF(AND(A1=1,B1="mach"),your sum formula,"")

    HTH
    JG

  3. #3
    B. R.Ramachandran
    Guest

    RE: What is the formula? If A:A is "1" AND B:B is "MACH: SUM F:F

    Hi,

    Try the following formula, after changing the ranges to suit to your data:

    =SUMPRODUCT((A2:A101=1)*(B2:B101="mach")*(F2:F101))

    Regards,
    B. R. Ramachandran


    "Tammy" wrote:

    > Can't figure this simple formula out. Column A contains #'s 1-6, B contains
    > text, and F contains mins. All I need to say is "if a is 1 and b is mach sum
    > f.


+ 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.2.0