How to number unique customer ID's sequentially in Excel? [closed] - excel

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Please see the picture below. I would like to enter a formula to automatically enter the transaction number which is sequential and 1/3/2008 is the first transaction. As you can see, each client may order 1-10 items in each transaction (M. Deveraux has 4 items) but as long as its a purchase by the same customer on the same day, its the same transaction. Everything is ordered by date and the clients that order more than 1 item per transaction are always sequentially ordered. Please let me know!

Assuming the top-left cell in the image above is cell A1 ...
Leave the first transaction number as 1 in cell B2.
Enter the following formula in cell B3: =IF(AND(D3=D2,E3=E2),B2,B2+1).
Copy that formula down through the rest of your sheet.
(If this answer works for you, mark it as correct; I notice in your profile that you've never done so previously.)

Related

Lock cell range when certain cell reach zero [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 months ago.
Improve this question
I need to figure out a way to prevent people from adding values if a certain cell reaches zero.
I have thousands of t-shirts to distribute among several locations, and I want people to type in the amount they need, however, I only have a certain number of t-shirts produced, so the idea is to prevent people from ordering them if the stock level reaches zero.
e.g I have 40 Large tees in cell C3 in cells C4:C9 I allow people from the offices to type in their desired quantity, as it is a first come first served basis if someone from one location orders all of them I want to get other cells blocked/locked and maybe greyed out.
is this doable in Excel, or Google Spreadsheet?
thanks!
You can use data validation.
Select the range C4:C9. On the ribbon, select Data > Data Validation.
Select "Custom" and enter the formula =SUM($C$4:$C$9)<=$C$3.
Optionally, open the "Error Alert" tab and provide a custom message to be shown to users when they try to exceed the value in C3.

Formula with Multiple Tables in Excel [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
This is my first post to stack overflow. I've gotten a lot of help from you all over the years by reading others' questions, but I've finally found one I can't find an answer to.
This seems like a relatively straightforward question, but how would I find the average cost of Fruit (cell B15) from the spreadsheet shown in the screenshot without modifying the two tables in any way?
Unfortunately, I can't post an image (bc no reputation) so I'll describe it here:
Two tables:
Table 1 (A1:B5):
Column A = Products (Apple, Celery, Lemon, Carrot);
Column B = Type (Fruit, Vegetable, Fruit, Vegetable
Table 2 (A7:B11):
Column A = Products (Apple, Celery, Lemon, Carrot);
Column B = Cost ($0.45, $0.60, $0.72, $0.86)
B14: "Fruit" <--What I want to find the average price of;
B15: Where the formula will go
Thank you.
In cell B15 enter this formula:
=SUM(IF((B2:B5="fruit"),INDEX(B8:B11,N(IF(1,MATCH(A2:A5,A8:A11,))))))/SUM(IF(B2:B5="fruit",1))
This is an array formula and must be confirmed with Ctrl+Shift+Enter.
Also consider the =SUMIF(range, criteria, [sum_range]) function. It might do just what you need in one simple statement.

LOOKUP and MATCH query [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Basically I have a table which lists products A-H in column A and then in the next ten columns are features of each product. So each product is listed and then I tick a box to say whether or not it has that feature.
What I want to be able to do is to write in one cell a product, say product b, and then in the cell next to it have return another product that has at least four matching features.
How would I go about doing this?
UNTESTED
I take it that unticked boxes for the same feature on two products does not count as a match. Presumably more than two products may have more the same four or more features that match so different answers may be equally valid (I guess #Jerry's point). Hopefully the following describes a way to achieve both a single product in the cell next to your “Write cell” (here M1) while also indicating all qualifying possibilities.
Copy A2:A9 to A12
In B12, copied across and down to K19:
=IF(MATCH($M$1,$A$1:$A$10,0)=ROW()-10,"",1*AND((INDIRECT(CHAR(COLUMN()+64)&MATCH($M$1,$A$1:$A$10,0))=B2),B2<>""))
In N1: =IFERROR(INDEX(A12:A19,MATCH("CF",M12:M19,0)),"")
In M12 and copied down to M19: =IF(SUM(B12:K12)>3,"CF","")

How to take the exact value next to a date cell to another sheet or table in Excel? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I need to take the value corresponding to a certain date, and use it in another table or sheet:
In one sheet, I have two columns, one for the dates (every day of the year) and the other for the fixed values.
In the other sheet, I need to take those fixed values according to the date, which I enter manually.
Tried using the IF function with no success.
Here is an example using =VLOOKUP:

EXCEL If function, please guide me...? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
Questions must demonstrate a minimal understanding of the problem being solved. Tell us what you've tried to do, why it didn't work, and how it should work. See also: Stack Overflow question checklist
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I have a table which consists of set of data, say 2,4,6,8,10,12,14,16
I want to create a program in which one cell I input, the other cell I show the output.
For Example:
If I key in a value of 3 in the input cell, the excel will respond something like "there's no 3. THe values suitable are 2 and 4" in the output cell.
If I key in a value of 4 in the input cell, the excel will respond a value of 4 in the output cell.
I'm thinkg of If function. I14 is the input cell. D7 until D14 is the cell where the data locate.
If I14 is the same as any value in the data, the output will show the value. If it is not the same....I'm stuck.
=IF(I14=$D$7:$D$14,$D$7:$D$14,I14)
please help me!
You probably want the Data Validation tool.
Select the cell you want to have this validation, in your case, select cell I27.
Go to the "Data" tab, click the "Data Validation" button and use those options:
The source is where the valid list is, in your case $D$7:$D$14. You can also uncheck the dropdown if you want.
You can then choose the warning you need:

Resources