Hi
I am relatively newer to excel. I have an inventory log I am trying to update for when items are needing to be replaced due to expiry or low order level. I am looking to have items that are expiring when date is = < 3months to have copied onto another sheet tab for ease of creating a new purchase order.
I have 4 different columns with expiration dates because different order batches have different expiration dates. They are in columns J, L, N & P.
Is it possible for have a portion of the row transfer over to another sheet tab? Specifically for me, columns B, C, H, J, L, N & P
I'm also wondering if I could get help tweaking my conditional formatting formula for my expiration dates to change colour when they reach the dates above for a visual.. but it turns blank cells the colour when i prefer them to be plain if there is nothing inside of them
for yellow example
=AND(NOT(ISBLANK(J:J,L:L,N:N,P:P)), < TODAY() +90 )
I am relatively newer to excel. I have an inventory log I am trying to update for when items are needing to be replaced due to expiry or low order level. I am looking to have items that are expiring when date is = < 3months to have copied onto another sheet tab for ease of creating a new purchase order.
Red | Product is Expired/Missing |
Orange | Product will epxire in less than 30 days |
Yellow | Product will expire in less than 90 days |
Light Green | Product will expire in more than 90 days |
Dark Green | Product will expire in more than 180 days |
Is it possible for have a portion of the row transfer over to another sheet tab? Specifically for me, columns B, C, H, J, L, N & P
I'm also wondering if I could get help tweaking my conditional formatting formula for my expiration dates to change colour when they reach the dates above for a visual.. but it turns blank cells the colour when i prefer them to be plain if there is nothing inside of them
for yellow example
=AND(NOT(ISBLANK(J:J,L:L,N:N,P:P)), < TODAY() +90 )