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

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
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,604
Messages
6,125,792
Members
449,260
Latest member
Mrw1

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