Clear formula to track invoice status

bradjsteve88

New Member
Joined
Feb 10, 2022
Messages
4
Office Version
  1. 365
Platform
  1. Windows
I am trying to get a formula like the below that works backwards through a table, i.e. IF N6 contains date="Paid", if false check M6, IF M6 contains date = "Invoiced" and so on.

=IF(N6>0,"Paid"), IF(M6>0,"Invoiced") IF(L6>0,"Accepted") IF(I6>0,"Submitted")
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
If you have headings to return then try the column O formula, otherwise something like column P?

22 03 23.xlsm
IJKLMNOP
1SubmittedAssessedAllocatedAcceptedInvoicedPaid
21/03/20222/03/20223/03/202213/03/2022AcceptedAccepted
33/03/20224/03/20225/03/20228/03/2022PaidPaid
Status
Cell Formulas
RangeFormula
O2:O3O2=LOOKUP(9^9,I2:N2,I$1:N$1)
P2:P3P2=LOOKUP(9^9,I2:N2,{"Submitted","Assessed","Allocated","Accepted","Invoiced","Paid"})
 
Upvote 0

Forum statistics

Threads
1,215,963
Messages
6,127,957
Members
449,412
Latest member
montand

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