Help with excel formula

Lilbemer

New Member
Joined
Apr 6, 2022
Messages
3
Office Version
  1. 2019
Platform
  1. Windows
I am stuck, please help. If column A is total of project costs, column B lists complete, in progress or not started, column c lists payments received. I need a formula that will subtract the payments received from total cost of project, only is column b states complete. I know I can do line by line but is there a better way to cover all three columns multiple rows with one formula? I hope this makes sense. Thank you. The sum ifs does not work.
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Here is an example of what i am asking. Thank you
 

Attachments

  • Excel example.PNG
    Excel example.PNG
    17.1 KB · Views: 7
Upvote 0
Hi & welcome to MrExcel.
How about
Excel Formula:
=SUMPRODUCT((B2:B6="Complete")*(A2:A6-C2:C6))
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,832
Messages
6,121,844
Members
449,051
Latest member
excelquestion515

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top