Status Changes

TheRins3r

New Member
Joined
Dec 12, 2016
Messages
28
Office Version
  1. 365
Platform
  1. Windows
I need a number of cellsto change status, but im struggling.

Key number is the system qty (K)., ive added comments in some cells.

BinProduct Code1st Count1st Count Status2nd Count2nd Count statusFinal CountSystem QTYDifferenceWhat Counts where used to confirm the difference
RF 1 AX92nd count Required8Final Count Required810
RF 1 BY1Correct MatchFinal Count Required1
RF 1 CZCorrect MatchNo Final Count Required0
RF 1 D

1st Count status Formula: =IF(E2=J2,"Correct Match","2nd count Required")

2nd Count status formula: =IF(E2=G2,"No Final Count Required","Final Count Required"

If system is 0, id like 1st count status to say not required, as well as 2nd count.

if 1st count is correct match, id like 2nd count status to be blank or say not required etc.

Also, the last column, is there a way i can state that counts 2 & final count were the counts used to confirm differences etc
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Just nest your IFs .. like for 1st Count stats formula: =IF(K2=0,"Not Required",IF(E2=J2,"Correct Match","2nd count Required"))
2nd Count status formula: =IF(OR(F2="Correct Match",K2=0),"Not Required",,IF(E2=G2,"No Final Count Required","Final Count Required"))

I don't understand what you mean about the logic of the last column ... can you explain further?
 
Upvote 0

Forum statistics

Threads
1,215,457
Messages
6,124,941
Members
449,198
Latest member
MhammadishaqKhan

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