look for a result, related number and SUM only if a Positive number

daveytee

New Member
Joined
Sep 3, 2021
Messages
1
Office Version
  1. 2016
Platform
  1. Windows
Hi there

I want my cell to look for a set name (electrical) in another sheet and if its there, display the amount of money spent so far (for the total results returned) but ONLY if its a positive number

Currently electrical has a loss of £432

Currently my formula is doing SOME of what i want doing the maths giving a return of -309

I dont know if i need to be combing VLOOKUP or if it should be a count etc? im very lost
 

Attachments

  • example.jpg
    example.jpg
    60.8 KB · Views: 7

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
will a SUMIFS() work
SUMIFS( SUM total range , range with electrical in , "electrical" , range with the totals , ">="&0 )
 
Upvote 0

Forum statistics

Threads
1,215,417
Messages
6,124,789
Members
449,188
Latest member
Hoffk036

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