StaceyVECL
New Member
- Joined
- Apr 13, 2022
- Messages
- 32
- Office Version
- 365
- Platform
- Windows
Hi All,
=IF(OR($B4="",$D4=""),"",IF(B4="","",(VLOOKUP(@$B$4:$B$500,Formulas!$A$1:$F$26,4,FALSE)))*D4)
I am using the above formula in column L and M to pull in a cost price for an item so that we know what to invoice. However, there is a new step. Cost price will change dependent on the date of the order for sales. Is there a way to use the formula as is but add in a step to use the date in Column A depending on the date on the formulas tab in F2 and F3 as per the below?
Thanks
Stacey
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P |
Date | Sku | Code | Qty | Po | Order# | Name | Ship Date | Tracking | Courier | Inv# | Cost | Shipping | Vat | Total Inc. Vat | Status |
=IF(OR($B4="",$D4=""),"",IF(B4="","",(VLOOKUP(@$B$4:$B$500,Formulas!$A$1:$F$26,4,FALSE)))*D4)
I am using the above formula in column L and M to pull in a cost price for an item so that we know what to invoice. However, there is a new step. Cost price will change dependent on the date of the order for sales. Is there a way to use the formula as is but add in a step to use the date in Column A depending on the date on the formulas tab in F2 and F3 as per the below?
1 | A | B | C | D | E | F | G |
2 | 1/1/24 | 1/1/24 | 26/11/24 | 26/11/24 | |||
3 | 25/11/24 | 25/11/24 | 2/12/24 | 2/12/24 | |||
4 | SKU | Description | Code | Cost | Shipping | Cost price sale | Shipping Sale |
Thanks
Stacey