Formula Help

Sue144

New Member
Joined
Jul 27, 2015
Messages
1
I'm trying to create a formula that will return either a text message if value is less than zero or calculate a figure if the value is positive. I can do it in separate cells but I wanted it to return either a "No Text" or the value due.

So based on the salary figure in cell C7 less the threshold shown in cell C11 in cell C13 I want to either have No NI or the amount due, the no nI in row 14 also doesn't work if the salary is over the value in row 11 I'm sure there is a simple solution and I'm just being really stupid

Oncost Calculation.xlsx
N
19
Sheet1
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Just guessing here it is something like this!
Book1
C
71000
8
9
10
111001
12
13No Text
Sheet1
Cell Formulas
RangeFormula
C13C13=IF(C7-C11<0,"No Text",C7-C11)
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,956
Members
449,096
Latest member
Anshu121

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