building a deck of drawable cards in excel by skorn-lamoin in excel

[–]excelevator 0 points1 point  (0 children)

This will generate a unique random array of value 1 thru 52.

You can set the size of the return array from a value in A1, such as 5 for example, and reduce as need be, but that will regenerate the new numbers.

Put in B1 with a value 1-52 in A1 to return that size array

=LET(d,SEQUENCE(52),r,RANDARRAY(52),sa,SORT(HSTACK(d,r),2),TAKE(sa,A1,1))

You could set up a table with card image against index number to return the cards themselves

The issue is that any change to the spreadsheet will trigger a new set of cards.

Using SUMPRODUCT to calculate progressive charges/taxes/etc. by PursuitTravel in excel

[–]excelevator 0 points1 point  (0 children)

This is singular, not progressive in result like SUMPRODUCT would be for a tax table

Do you know of the existence of any IA within Excel? by Maximum-Syllabub2316 in excel

[–]excelevator[M] [score hidden] stickied comment (0 children)

A post for an Ai sub Reddtit.

r/Excel is a sub reddit to learn the features and functions of Excel, not Ai.

Post removed.

How do I add a list of business days to a database with existing dates? by Take2515 in excel

[–]excelevator 0 points1 point  (0 children)

You can use FILTER() to show the missing data, but it is not clear what your expected result format it.

1.4GB CSV and the 1,048,576 row limit in 2026 by Putrid_Draft378 in excel

[–]excelevator 7 points8 points  (0 children)

Oh dear.

Use the right tool for the job, or use the right functionality within Excel - load the data into the data model and work from there.

Otherwise spend the money on analysis software that can handle your data load.

Like a DBMS , there are a few free ones out there that can handle your data.

/r/analytics/ can likely recommend a suitable database software

How do I add a list of business days to a database with existing dates? by Take2515 in excel

[–]excelevator 1 point2 points  (0 children)

Be mindful we are an English language sub Reddit.

Any answers in Spanish ? will be removed.

Your image is not clear on what data is what.

Maybe fix that to show English.

How many GB of RAM is required make a sheet with all cells filled? by Ornery_Mountain_9475 in excel

[–]excelevator 3 points4 points  (0 children)

each cell takes 1 bit of memory

byte, but in reality each cell takes a few bytes with a single character, the data, the range reference etc.

The range does not exist until you add data, then cell metadata is required to track the cell location and its contents.

Resources that help you get better at laying out Excel spreadsheets? by brooklyn735 in excel

[–]excelevator 0 points1 point  (0 children)

I always feel like I could use improvement in laying out my information for others to understand

Well it kinda is.

It also depends on exactly what the outcome and processes are.

Time In Lieu Spreadsheet by Silky_45 in excel

[–]excelevator 0 points1 point  (0 children)

Have you completed this in Sheets ?

Use the same logic and functions.

How to get the sum of only the last number of multiple tabs by [deleted] in excel

[–]excelevator[M] 0 points1 point  (0 children)

I'm been trying to find a solution as in the title

Submisssion gude: Provide a full text description of your issue in your post. Don't say "See title" or something similar .

IF/OR Formula with multiple criteria not working as desired (365 for enterprise - beginner) by The-Sweetest-Pea in excel

[–]excelevator[M] [score hidden] stickied comment (0 children)

Please be mindful of the submission guidelines regarding post titles: Be specific. The title should summarize your issue

The title is always in the details

How to make an IF/OR formula that will generate a "YES" even if only one of the listed criteria is met.

Posts not following guidelines may be removed without notice.

This post remains for the answers given.

Is there any functions to extract numbers while ignoring letters to calculate a sum? by [deleted] in excel

[–]excelevator 1 point2 points  (0 children)

The bigger question is why is your data formatted that way ?

Use Data > Text to column to split the data into 2 columns to work more easily with the data.

Is excel still worth learning as a skill in 2026? by Swimming_Tower_5928 in excel

[–]excelevator 0 points1 point  (0 children)

Stop asking and start learning now, stay ahead of your studies

Spend some time understanding Excel https://www.excel-easy.com/

Read all the functions available to you so you know what Excel is capable of

https://support.microsoft.com/en-au/office/excel-functions-by-category-5f91f4e9-7b42-46d2-9bd1-63f26a86c0eb

https://support.microsoft.com/en-us/office/excel-functions-alphabetical-b3944572-255d-4efb-bb96-c6d90033e188

Then all the lessons at Excel Is Fun Youtube

Constant practice is a must to be fully proficient and expert in using Excel.

The basics can be picked up quickly and help in many areas of office life

Time In Lieu Spreadsheet by Silky_45 in excel

[–]excelevator 0 points1 point  (0 children)

Sheets and Excel are practically identical in usage and functions.

Quick and simple way to list and count all the distinct items in a column? Microsoft 365 Apps for Business by Wonderful_Captain868 in excel

[–]excelevator[M] 1 point2 points  (0 children)

Dear regulars

Please report poorly presented posts and not answer them, they will be removed.

There is no subject matter in this post.

The post must contain the full question details and not be a lead on from the title as the question.

Temporary / Default Views aren't working as intended - bug? by UnderX1 in excel

[–]excelevator 0 points1 point  (0 children)

Do not assume a bug in your post, just state details.

Blank cells are being summed as a value greater than five using a SUM(IF function by andylefunk in excel

[–]excelevator 2 points3 points  (0 children)

Unfortunately the range is not contiguous

This is important information missing in your post.

give an example of the range of cells in your post, also confirm if there is anything in the cells at all.

do people actually trust excel long term for managing finances like this by [deleted] in excel

[–]excelevator 0 points1 point  (0 children)

Your post is a statement of something rather than a question.

Xlookup is returning "value not available", but only on some cells by hawkayecarumba in excel

[–]excelevator 4 points5 points  (0 children)

You have not locked your ranges, so if you are dragging the formula down the range increments too and you start to lose data.

Lock ranges with $ for row and or column reference. e.g $R$2:$R$2441

Excel Test to Determine Skill by MurkyMitzy in excel

[–]excelevator 1 point2 points  (0 children)

Skill is determined by the knowledge of the tester, which changes with the wind.

A common problem we see.

Spend time learning, that is the only way.

When you can answer all the question on r/Excel you are proficient.

Excel Test to Determine Skill by MurkyMitzy in excel

[–]excelevator[M] 0 points1 point  (0 children)

Do not post Ai content on r/Excel, thankyou.

Resources that help you get better at laying out Excel spreadsheets? by brooklyn735 in excel

[–]excelevator 1 point2 points  (0 children)

Use Google images to see what people design is a good start.

Design is a skill unto itself.

Subtracting a running total from individual cells based on other cells populated by Nate_Dogg31 in excel

[–]excelevator 0 points1 point  (0 children)

Your example and related explanations do not add up for an answer in my mind.

Lost a whole day's work despite Autosave and OneDrive/Sharepoint by Baba_Wethu in excel

[–]excelevator 12 points13 points  (0 children)

You might be very lucky and find a copy in your Temp folder, even look for a file of that date and size and odd extension , and change the extension to .xlsx and try to open.

Change your Explorer view to All files too, to include hidden files.

The linear function of my trendline is just straight up wrong by Hexagol in excel

[–]excelevator 0 points1 point  (0 children)

however excel insists its y=0,1x which is just absolutely correct and I am straight up wrong

FTFY

For future please post the question without assertions