Consulting

Results 1 to 3 of 3

Thread: Solved: how do i merge two formulas

  1. #1

    Solved: how do i merge two formulas

    Hi all,

    I have a sumproduct formula

    HTML Code:
    SUMPRODUCT((X7:X80="In progress, but not in forecasts")*AQ7:AT80)
    and I want to add a sumif formula so the sumproduct only adds cells when the word "Direct" is entered in a cell in the respective row in column 'G'

    does anyone have any ideas?

    Many thanks,

    Nick

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    SUMPRODUCT((X7:X80="In progress, but not in forecasts")*(G7:G80="Direct)*(AQ7:AT80))
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  3. #3
    brilliant, this is working.

    many thanks,

Posting Permissions

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