Cell entry determines if a figure is negative

I heart Excel

Board Regular
Joined
Feb 28, 2011
Messages
66
Hello :)

I have a form that is filled out by my colleagues. One of the fields is a drop down. The user selects 'Request' or 'Cancellation' in cell F10.

At the end of the form is a total field in cell F36, what I would like to happen is when Cancellation is selected in Cell F10, F36 becomes a negative figure.

Any ideas, I have had a look online and had a play, but I can't seem to figure it out.

Thanks in advance.
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Apply this IF statement to whatever the formula is in F36. For this example I'll use =SUM(A1:A10)

=IF(F10="Cancellation",-sum(A1:A10),sum(A1:A10))
 
Upvote 0

Forum statistics

Threads
1,224,524
Messages
6,179,304
Members
452,904
Latest member
CodeMasterX

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