Hi, Excel Experts. My name is Rick and I am a project manager at a telecommunications firm in the United States of America.
I have a problem that I have been trying to solve for several months, but I am no closer to a solution than I was in October 2013. I have a spreadsheet in which I need to identify the status of an order based on individual elements of the order. However, the number of individual elements associated with an order can range from 1 to 150.
I have attached a sample of the spreadsheet with an explanation of what I need the formula to do. Following are some points that you may wonder about as you look at my file:
IF(INDIRECT(E2)="Active","Complete",IF(COUNTIF(INDIRECT(E2),"Quote")=D2,"Pending","In Flight")))
I entered the preceding formula as both an array formula and a regular formula. I must I have been beaten by this problem and I would really appreciate any help.
Regards,
Rick
I have a problem that I have been trying to solve for several months, but I am no closer to a solution than I was in October 2013. I have a spreadsheet in which I need to identify the status of an order based on individual elements of the order. However, the number of individual elements associated with an order can range from 1 to 150.
I have attached a sample of the spreadsheet with an explanation of what I need the formula to do. Following are some points that you may wonder about as you look at my file:
- Orders (Column A) are unique entities
- Individual Elements of an Order are unique entities
- The Status column (Column C) is where the formula result will be displayed, but only in those rows that also have an entry in the Order column (Column A)
- I have made the entries in the Status column only to demonstrate what the result should be if calculated by a formula
- I already have working formulas for the Count and Range0 columns but I deleted them from the Sample spreadsheet to minimize complexity.
- The criteria for the results in the Status column are:
- If any entry in Range0 = "Quote", then enter "Pending" in Status
- Else If any entry in Range0 = "Order", then enter "In Flight" in Status
- Then enter "Complete" in Status since all entries in Range0 = "Active"
IF(INDIRECT(E2)="Active","Complete",IF(COUNTIF(INDIRECT(E2),"Quote")=D2,"Pending","In Flight")))
I entered the preceding formula as both an array formula and a regular formula. I must I have been beaten by this problem and I would really appreciate any help.
Regards,
Rick