add additional criteria to formula

Status
Not open for further replies.

steve400243

Active Member
Joined
Sep 15, 2016
Messages
429
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Hello, This formula was provided by Fluff, works great but I need to add to it. If the Date is entered by a user in cell G3, "Ordered" will populate in A3. and if cell N3 is greater than 2, "On Storage" in A3

VBA Code:
=IF(D3="","",IF(F3="","Received","Shipped"))

Copy of chicago Report1.xlsm
ABCDEFGHIJKLMNO
1Report Date8/4/20212 free days
2StatusON HAND# INTRK #Received DateOn Hand # OutShipped DateOrder DateLOCATIONSHIPPERPIECESP.O #COMPLETEDays at FTNDays of Storagecycle count
3Received1231238/4/2021
4 
5 
On Hand
Cell Formulas
RangeFormula
B1B1=NOW()
A3A3=IF(C3="","",IF(E3="","Received","Shipped"))
A4:A5A4=IF(D4="","",IF(F4="","Received","Shipped"))
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Status
Not open for further replies.

Forum statistics

Threads
1,214,651
Messages
6,120,744
Members
448,989
Latest member
mariah3

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