-1

Screenshot:

Table of Month & Item Availability

Hi experts,

I am trying to make a table in Excel that can generate a "Doc #" for each day of the month (for Monday to Friday only) based on availability. I've included a template for the month of October and a table for each "Doc #" availability. Please see the image I have attached.

I had thought that I can do this in Excel but I'm currently stumped. is there a way for Excel to generate a "Doc #" (A to H) based on their availability on that day. It was be as evenly distributed as possible.

Any guidance on this would be greatly appreciated.

Thank you so much in advance.

1
  • Your description isn't clear. Can you post what the outcome would look like?
    – bugdrown
    Commented Jun 24, 2023 at 19:58

1 Answer 1

0

That is a request for code, IMO.

Here is a "deduced" answer... something for you to ponder on.

Enter a date in A1, then place this in A2:
=TEXT($A$1,"yyyy-mm-dd")&CHAR(ROW(A2)-ROW($A$1)+64)
... and optionally copy it into at most 25 more rows below.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .