Comparing Values in Cells

daisyoso

New Member
Joined
Aug 10, 2017
Messages
20
Hi all,

I need help for this.

A1 A2 A3
0 0 just Blank (if both cell contains 0)
12 12 Completed (if A1 and A2 are equal)
12 14 incomplete (if A1 and A2 is not equal)

I just want output in A3 to be displayed.

Thank you guys.
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Sorry..suppose to be like this.

Hi all,


I need help for this.

A1 A2 A3
0 0 just Blank (if both cell contains 0)
12 12 Completed (if A1 and A2 are equal)
12 14 incomplete (if A1 and A2 is not equal)

I just want output in A3 to be displayed.

Thank you guys.
 
Upvote 0
Like this?


Book1
ABC
1
200 
31212Completed
41214Incomplete
Compare
Cell Formulas
RangeFormula
C2=IF(AND(A2=0,B2=0),"",IF(A3=B2,"Completed","Incomplete"))
 
Upvote 0
Hi Peter!

This is what I needed! thank you so much for the help

Daisy



Like this?

ABC
1
200
31212Completed
41214Incomplete

<colgroup><col style="width: 25pxpx"><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Compare

Worksheet Formulas
CellFormula
C2=IF(AND(A2=0,B2=0),"",IF(A3=B2,"Completed","Incomplete"))

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,214,801
Messages
6,121,644
Members
449,045
Latest member
Marcus05

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