conditional formula using IF then

Dexter11

New Member
Joined
Jun 30, 2011
Messages
9
I have a variance data column which I need to analyze as follows;

if the number is over or under $20,000, then insert a "B" in a specified column. I'm new with excel and I've been looking at the IF statements but don't know how to go about in setting up the formula. Please help. Thanks.
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Try putting

=IF(A1=20000,"","B")

in the column where you want the "B" to appear. Just change the A1 to the actual cell reference.
 
Upvote 0
Misca, thank you for your input. However, I'm not sure if this will work because my 20,000 is if it's either over 20,000 or under 20,000. Your suggestion only shows if it = 20,000.

Also, how would I set up an if statement for the following which is similar but with an added criteria;

I want to put a B for an amount which is over or under 10,000 (this is for my variance amount) AND 10% under a variance percent column.

Thanks!
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,836
Members
452,947
Latest member
Gerry_F

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