formula not working "false".

Blackwell

Board Regular
Joined
Oct 19, 2007
Messages
96
Office Version
  1. 2016
Platform
  1. Windows
Hello, I am trying to work on an accumulative formula which works ok when cell L7 have a value. but when 7 is "0", it puts in the accumulative amendments in the cell L7.
=IF(L7<0,0)=IF(L38<L39,L38*0.2,L39*0.2)-C10-D10-E10-F10-G10-H10-I10-J10-K10
Sorry tried to put this in spreadsheet but it is protected
439​
439​
439​
439​
439​
439​
1767​
628​
628​
FALSE​
1257​
628​
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
How about
Excel Formula:
=IF(L7>0,IF(L38<L39,L38*0.2,L39*0.2)-C10-D10-E10-F10-G10-H10-I10-J10-K10,0)
 
Upvote 0
Solution
Glad to help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,824
Messages
6,127,107
Members
449,358
Latest member
Snowinx

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