If Formula Help Please

stephen.smith

Board Regular
Joined
Jul 7, 2010
Messages
119
Hi Guys
I have a macro running in one workbook which has an output value of 1,2,3 or 4 depending on th selection made by the user. In another workbook I have the information being collected and have run into an issue. I am trying to run an if formula but it doesnt seem to work. This is the formula in question
=IFERROR(IF(D1346>1,"Alert",""),"")
The cell the information resides in is D1346, if the cell has 2,3 or 4 i would like the cell i am using this formula on to display alert. If the D1346 is empty or holds the value 1 I would like it to remain empty but this doesnt work. The cell reads Alert if D1346 is empty. What am I doing wrong?
Thanks for your help again
Stephen
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)

Forum statistics

Threads
1,223,243
Messages
6,170,967
Members
452,371
Latest member
Frana

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