Forrest87

New Member
Joined
Oct 6, 2016
Messages
12
Hi Folks,

I' am struggling with the below formulas. Please can anyone help?
I have column U and column V with values. If column U is the same as V, I need it to return text Ok. If both cells are 0, I also need my formula cell to return the text Ok. If cell U is greater than U, I need my formula cell to return the text review.

So far I have tried the below formulas but none of them are working for all of my results.

=IF(AND(U6>V6,U6=V6),"Review","OK")
This formula works for the amounts that match and that are 0 but not if U cell is higher than the V cell

=IF(AND(U6=V6,"Ok"',) & IF(AND(U6>=V6'"Review","")
This one keeps returning both texts in the same cell

Any help would be appreciated, thanks!
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Hi all, any suggestions? Tried doing it as an IF and Or function but I still return the same issues mentioned above
 
Upvote 0
What does not work?
The formula says : if both cells are equal, "OK",if U6>V6, "review", and if V6>U6, leave blank. Is that not what you asked for ?

What kind of values are you comparing? Numbers? Are they real numbers or text looking like numbers?
 
Upvote 0

Forum statistics

Threads
1,215,972
Messages
6,128,026
Members
449,414
Latest member
sameri

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