Need Help to construct an axcel formula

mars91

New Member
Joined
Jul 8, 2011
Messages
48
Hi all,
I do not wish to do this in macro. How can i construct excel formula??

A is from row 3 to row 2500


Compare cell (A,10) value with cell (A,12) value.

Then after compare take the lower value and put in cell (A,13).
If cell (A,12) value = cell (A,13) value , Then cell (A,14)= Yes
If cell (A,12) value not = cell (A,13) Value , Then cell (A,14) = No

Please help..
Thanks in advance
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Hi again,

So srry.. I also trying to blank for N3 if J3

In N3 =IF(L3=M3,"YES","NO") , i tried to modify but not sure how.


Thank you
 
Upvote 0
Like this:

=IF(ISBLANK(J3),"",IF(L3=M3,"YES","NO"))
 
Upvote 0

Forum statistics

Threads
1,225,156
Messages
6,183,237
Members
453,152
Latest member
ChrisMd

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