Ignore formula or ignore if QTY zero

Mickyboro

New Member
Joined
Jul 8, 2021
Messages
4
Office Version
  1. 365
Platform
  1. Windows
Hi,

I have expenses in cell E291 and I have managed to distribute these expenses across all the sections in the spreadsheet.

My issue is that the expenses is being spread when there is a QTY of 0. I have attached the sheet below and the formula as it is, as you can see in column Q it is still adding the expenses and spreading it across all rows even when the QTY is set to zero. Is there a way I can edit this formula to ignore it when the QTY in column F is at 0.

Really getting on my nerves this one now! ?

Thanks in advance!

1626255130719.png
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
assuming your formula is starting from G6

=If(F6=0,"",$E$291 then type rest of your formula till the end
 
Upvote 0

Forum statistics

Threads
1,214,798
Messages
6,121,630
Members
449,041
Latest member
Postman24

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