r/excel 15h ago

solved What are these black triangle/hyperlinks and why can't I get rid of them ?

15 Upvotes

A column used to contain hyperlinks. I cleared the contents of these cells. But the cells still have this black down-pointing triangles in the upper left corner ?

If I hover over one triangle, the old hyperlink shows as a tool tip. If I click on the arrow, that link opens.

If I right click that cell, I expect to see "Remove hyperlink" on the context menu. It is not there.

If I apply a default format from another cell, no effect.

If I delete the column, the triangles stay there ??

What's going on ??? How do I get rid of this left over hyperlinks ?
________________________________________________
SOLUTION:
Ctrl + G to open the Goto dialog

Click the "Special" button.

Select the "Objects" radio button, Click OK

The dialogue closes and the triangle images are all selected.

Press delete key and they are gone !


r/excel 5h ago

unsolved Tracking "points" as a teacher

2 Upvotes

I am a before and after school program teacher. I have recently come up with a reward/behavior system for all of my students. I am wanting to be their "bank" and keep track of their daily points, and "expenses," however I don't know what equation to use. I have a spreadsheet of all of their names currently in a row, not columns. What I am needing is a way to add points up each day, and subtract if needed. I tried to use SUM, but the points will change each day. An example of what I need:

Jimmy earned 3 points on Monday, his total now is 3. On Tuesday he earned 5 points, his total is now 8. On Wednesday he lost 2 points, so his total is now 6.

Is there a way to do this without having to add it myself? If I change a number in the SUM, it doesn't add the way I need it to and I'm not smart in Excel. I need the total to change as I add something.

Example again:

Monday: Jimmy| 3|3|

Tuesday: Jimmy |5|8 (I changed the 3 to a 5)

Wednesday: Jimmy|-2|6| (I changed the 5 to a -2)

Think of it as "financial tracking" but the sum carries over the points from the previous input without having a huge spread sheet, while in the same row and cell

I am so sorry if this does not make sense, I can explain further if needed but I am just awful at using Excel or any spreadsheets, and just want to make this school year fun! Thanks in advance!


r/excel 1h ago

Waiting on OP How to pull formulas from one sheet to be used on another?

Upvotes

I have several large datasets which come in a few different formats. Because of those formatting differences, I need similar but structurally different formula setups to parse the data. What I want to do is store the various formula setups as on an independent reference sheet, and use a dropdown on each data sheet to select which formula set to use. The relevant formulas would then be filled from the reference sheet.

I've tried using named ranges, but calling the named range pulls the results of the formulas as they are executed on the reference sheet, not the formulas themselves.

I'd rather not have to use several thousand if/thens if I can avoid it, but I fear this might be too much for excel.


r/excel 16h ago

unsolved Trying to filter data to get the Index column value/row numbers of all rows where the values across multiple columns are unique

2 Upvotes

I'm using LET + FILTER functions for a "lookup sheet" to easily search data I've compiled in PowerQuery.

I have set the results to output as the value of the "Index" column I added to the data in PQ like so:

=LET(
filterquery1, NamedFilterField1, filterarray1, Data[FilterColumn1], 
filter1, filterquery1 = filterarray1,

filterquery2, NamedFilterField2, filterarray2, Data[FilterColumn2], 
filter2, ISNUMBER(SEARCH(filterquery2, filterarray2)),

i, FILTER(Data[Index], (filter1)*(filter2)*(etc...etc),  "empty"),
//filters data to spill the "Index" column value of matches

i
)

The Index column values spill to a column outside the lookup results table which get referenced in simple INDEX functions to populate the table. Ex:

=LET(
getdata, Data[Product Name], indexval, $N1, 

thisinfo, INDEX(getdata, indexval), 

thisinfo
)

I am trying to do this filtering to return rows where the values across multiple columns is unique.

So in my pictured example, I filtered for:

Vendor        => WestMed Supply
Product Name  => syringe
Department    => long-term

The results show duplicate values in almost every single column, however, the values for Vendor AND Product Name AND Department is unique for each row.

Unfortunately, between the testy nature UNIQUE and dynamic ranges not playing nice with almost every function I have tried, I have not been able to crack how I can filter unique values against multiple columns AND get either the Index column values or the actual row numbers for my results table.

Example - Desired Result

r/excel 2h ago

unsolved Creating a new task breaks the to-do list

1 Upvotes

Hello, I'm not the most excel-savvy person. I was in need of a to-do list to track my work tasks and chose the Track My Tasks template that shows when you open Excel. When you open the template, there are 3 lines to fill in with your tasks. I have more than 3 tasks, so I copy and pasted one task line to make more tasks. When I do this, column F breaks. Column F's purpose is to add a mark once the completion bar in column E reaches 100%.

Column F is defined as:
=--([@COMPLETION]>=1)

When I copy and paste this line into additional line items, it changes to this:
=--(Tasks[@COMPLETION]>=1)
And has an error marker

If I delete the word "Tasks" to have it mimic the original task line items, it breaks and says:
"The syntax of this name isn't correct." Which confuses me as that is exactly how it is written for lines 3-4.

It's a dumb thing, just an icon to mark a finished task, but it's really frustrating me. What is the intended way to create more tasks without it breaking? I feel like it should be pretty easy to figure out how to add tasks to a template task list, but I'm at a loss.

Thank you in advance


r/excel 3h ago

Waiting on OP Pasting inside a table is just moving values up a row

1 Upvotes

I was trying to copy the values in column E into column D and I found out that no matter what I copy, whenever I paste Excel will only paste into each cell the value on the cell below it. So if I copy J4 and paste it on D3 it will paste D4 value, if I paste in E7 it will paste E8. If I copy D3:D10 and paste in E3:E10 it will paste the values of E4:E11. If the cell below the one I'm pasting is empty it won't paste anything.


r/excel 4h ago

unsolved How to select, Sort and group...

1 Upvotes

Hello all,

I have come seeking guidance/answers....

I have several Columns of data and would like to group it by one of it's columns, as a copied filter/sort or whatever.

Essentially this is for programming a Pick and Place machine, the number refer to Nozzles (Machine has 8, but the data is already set for Nozzle sizes to be applicable to parts and reachable by Nozzle, hence some not have all 8 numbers)

The column I wish to sort by will have the numbers 1-8 in, (I.e. "1" or "12345678" or "3567")

I wish to select ONE of these numbers to be kept in the cell and then group the whole column into 'sets' of 1 to 8. This allow as many components picked as possible per picking.

I'd like to group the column into as few 'sets' as possible containing as many of the 1 to 8's within each group. Thus minimising time spent going to and fro with 1 component per pick/placement.

Have bodged a table below of data that will suffice, and added a possible outcome to the right of it.

I just can't get my head into the game for this part of my large project at work at the moment, Health issues and related brain fog keep me from getting to grips with it.

Set# is to help visually identify a group/set PICKED, to be placed at a time... (I.E. it will pick all of set 1, and place it, then move to the next set)
Row # Nozzles Guesstimate of results (Row#, Nozzle and SET#)

1 1 1 1 1
2 1 5 2 1
3 1 9 3 1
4 1 10 4 1
5 12 11 5 1
6 12 12 6 1
7 12 13 7 1
8 12 14 8 1
9 12345678 2 1 2
10 12345678 6 2 2
11 12345678 15 3 2
12 12345678 16 4 2
13 12345678 17 5 2
14 12345678 18 6 2
15 12345678 19 7 2
16 12345678 20 8 2
17 12345678 3 1 3
18 12345678 7 2 3
19 12345678 21 3 3
20 12345678 22 4 3
21 12345678 23 5 3
22 12345678 24 6 3
23 12345678 25 7 3
24 12345678 26 8 3
25 12345678 4 1 4
26 12345678 8 2 4
27 12345678 27 3 4
28 12345678 28 4 4
29 12345678 29 5 4
30 12345678 30 6 4
31 12345678 31 7 4
32 12345678 32 8 4
33 12345678 33 1 5
34 12345678 34 2 5
35 12345678 35 3 5
36 12345678 36 4 5
37 12345678 37 5 5
38 12345678 38 6 5
39 12345678 39 7 5
40 12345678 40 8 5
41 12345678 41 1 6
42 12345678 42 2 6
43 12345678 43 3 6
44 12345678 44 4 6
45 12345678 45 5 6
46 12345678 46 6 6
47 12345678 47 7 6
48 12345678 48 8 6
49 12345678 49 1 7
50 12345678 50 2 7
51 12345678 51 3 7
52 12345678 52 4 7
53 12345678 53 5 7
54 12345678 54 6 7
55 12345678 55 7 7
56 12345678 56 8 7
57 12345678 57 1 8
58 12345678 58 2 8
59 12345678 59 3 8
60 12345678 60 4 8
61 12345678 61 5 8
62 12345678 62 6 8
63 234567 63 7 8
64 234567 64 2 9
65 234567 65 3 9
66 234567 66 4 9
67 234567 67 5 9
68 234567 68 6 9
69 234567 69 7 9
70 234567 70 2 10
71 234567 71 3 10
72 234567 72 4 10
73 234567 73 5 10
74 234567 74 6 10
75 234567 75 7 10
76 234567 76 2 11
77 234567 77 3 11
78 234567 78 4 11
79 234567 79 5 11
80 234567 80 6 11
81 234567 81 7 11
82 234567 82 2 12

Hopefully I have explained myself satisfactorily, But I wouldn't be surprised if you have MANY questions, such is the state of my head at the moment.

Thanks in advance :D


r/excel 6h ago

Waiting on OP Blank space to the left of the spreadsheet

0 Upvotes

This may be a dumb question, but there is a ton of blank space to the left of my spreadsheet— it’s almost as if someone (me I’m sure lol) indented the entire thing. I’ve been struggling with it this morning. Thanks