Help with a cont.se idea

Luis 61 Reputation points
2021-01-06T13:28:44.523+00:00

Hello there!

Consider this for example (Date/buy/sell) :
53995-ask.jpg

In the buy/sell cells i place the numbers manually on a dailly basis, so I want to automatize this procidure.
I Thoght of:

=CONT.SE('Database Grad'!E:E;"The cell of the date, in the example case B170")

But it doesnt work unfortunaly.
It works if =CONT.SE('Database Grad'!E:E;"04/01/2021"), but this doesnt help at all, since i would have to change the "date" to all cells mannually.

OBS.: this is a table source for a dynamic table in other sheet

Any ideas on how to make this work?

Thank you!!

Microsoft 365 and Office | Excel | For business | Windows
0 comments No comments
{count} votes

Accepted answer
  1. Erin Ding-MSFT 4,476 Reputation points
    2021-01-07T07:08:07.59+00:00

    @Luis

    Did you use double quotes on the cell B170 in formula?
    I tested that, if using double quotes on the cell B170, the formula will not work.
    54295-1.png
    So please try to replace the date in formula with cell, like replacing "04/01/2021" with cell B170 without double quotes on it.

    You could refer to the example given below.
    Data is listed like below screenshot.
    Use the formula =COUNTIF(E:E,A2).
    54304-2.png
    Then drag the lower right corner of cell B2 to B7.
    This step is to quickly copy the formula to other cells.
    54305-3.png
    Then you will see formula updates automatically.
    54306-4.png
    The sell column is as the same.
    54307-5.png


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.