IF, OR Function Help!!!

martyloo

Board Regular
Joined
Sep 29, 2010
Messages
100
I have the following formula:

=IF(OR($B$8>'Working Strategy'!$P$3,$D$22>=18),"STAND",IF('Main Console'!$B$8<='Working Strategy'!$P$3,"HIT"))

This always displays "HIT" in the cell the formula is written in, is there anyway i can keep the cell blank untill some data is written in to trigger hit or stand?

before I start plugging in data
cell B8 displays nothing its a blank cell with an IF formula in it only triggered when certain data is plugged into another cell
cell P3 displays nothing its a blank cell with an IF formula in it only triggered when certain data is plugged into another cell
cell D22 displays 0

I want it to only say "HIT" when the numbers in B8 are greater than the numbers in P3
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Hello, maybe I am confused with what you need but I have come up with this, see if it helps, (im unsure when you would like it to display stand)

=IF($B$8>$P$3,"HIT"," ")

Jesse
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

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