Help with an IF formula

Marvo

Board Regular
Joined
Nov 27, 2023
Messages
160
Office Version
  1. 2021
Platform
  1. Windows
I have a formula

=IF(A4="✖",0,IF(AND(BB4>3,AQ4<$BJ$2),BL4+$BK$2,0))

that I thought that if the first criteria was met, A4="X" then a zero would be returned however it is still returning the remainder of the formula.

What have I got wrong please?
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
That is not an X in the formula, it's a symbol ✖
So what is in A4?
 
Upvote 0
Solution
Gotcha. Schoolboy error. In A4 is a zero which displays as an X symbol. I've changed the formula to

=IF(A4=0,0,IF(AND(BB4>3,AQ4<$BJ$2),BL4+$BK$2,0))

Works fine.

Please excuse my stupidity and thanks very much.
 
Upvote 0
Glad it you sorted it & thanks for letting us know.
 
Upvote 0

Forum statistics

Threads
1,216,307
Messages
6,129,992
Members
449,550
Latest member
LML2892

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