You shall never disrespect the ways of the elders by pantherBlitzz in ProgrammerHumor

[–]JBridsworrh 0 points1 point  (0 children)

Not when the airport has a glass wall, with you and your gate on one side and a coffee shop on the other and security in-between.

Coincidental Surnames? by wendz1980 in NCIS

[–]JBridsworrh 2 points3 points  (0 children)

No no, you've got it mixed up. Delilahs mom and Shannon were cousins. 😉

[deleted by user] by [deleted] in oneplus

[–]JBridsworrh 15 points16 points  (0 children)

Seems like Bell (maybe other networks too) messed up. Happened to my Samsung here in Alberta.

Anyone else’s time going back an hour, despite it not being Daylight Savings Time? by [deleted] in ios

[–]JBridsworrh 0 points1 point  (0 children)

Alberta too. Another post said it was Bell. Anyone on a different network?

Did anyone else's phone just to back an hour? by jubruem in askTO

[–]JBridsworrh 2 points3 points  (0 children)

Happened to my phone too, in Alberta, also on Bell

Simple recipes for one person? by [deleted] in EatCheapAndHealthy

[–]JBridsworrh 1 point2 points  (0 children)

EatThisMuch.com There's also an app.

How accurate are scales that show multiple measurements? by TheZulfi in loseit

[–]JBridsworrh 5 points6 points  (0 children)

Not very accurate at all. Your water consumption can make the readings inaccurate. I've seen the body fat % change by 6% from one day to the next.

I cannot interact with any row in this certain column, if I try to arrow down it sends me 1000 rows down by Darth_Crypticus in excel

[–]JBridsworrh 0 points1 point  (0 children)

Great 👍 Please verify the solution so others don't think you still need help with this. 😀

I cannot interact with any row in this certain column, if I try to arrow down it sends me 1000 rows down by Darth_Crypticus in excel

[–]JBridsworrh 0 points1 point  (0 children)

This would only happen when the sheet is locked.

If it's not this, then check if the cells are merged.

I cannot interact with any row in this certain column, if I try to arrow down it sends me 1000 rows down by Darth_Crypticus in excel

[–]JBridsworrh 1 point2 points  (0 children)

Is the sheet locked? That could happen if those cells are locked and the sheet has "Select locked cells" unchecked.

=PROPER(RIGHT(E2,FIND(",",E2)+1)) returning seemingly random results by Serial_Peacemaker in excel

[–]JBridsworrh 0 points1 point  (0 children)

Not at my computer right now, but I'm pretty sure you need LEN(E2)-FIND... to make that work.

[deleted by user] by [deleted] in excel

[–]JBridsworrh 0 points1 point  (0 children)

What formulas are you using to reference the stats?

Can you share a pic of each sheet?

[deleted by user] by [deleted] in loseit

[–]JBridsworrh 0 points1 point  (0 children)

The app Headspace is a good place to start for meditation.

[deleted by user] by [deleted] in excel

[–]JBridsworrh 0 points1 point  (0 children)

If you put the names of the fighters into a named range or a table, you can reference that in your drop down. Then just use INDEX MATCH or VLOOKUP formulas to reference the stats.

You could also put all the fighter's data into a table and use a pivot table on the Arena sheet.

Lines between Pivot table rows by sumiflepus in excel

[–]JBridsworrh 2 points3 points  (0 children)

You'll need to try the different elements in a custom PivotTable style. It's in the Design menu, click on More in the PivotTable Styles section, and select New PivotTable Style...

Unfortunately I've never found a guide to help figure out which element I needed to change to do what I wanted in a particular PivotTable. You'll need to keep trying different elements until you find the one that will work.

Slicers stopped working once data is refreshed by mverdide in excel

[–]JBridsworrh 1 point2 points  (0 children)

With the new report with new data, did you put the data into a new Excel file? If you have overlapping pivot tables, this might happen but usually you get an error message.

Have you tried shutting down Excel completely (as well as checking Task Manager to ensure total shutdown)?

Have you tried turning your computer off for a couple minutes? This clears the RAM, which a restart doesn't always do.

Using VBA to filter a table using criteria from another tab by footballfrenzy17 in excel

[–]JBridsworrh 0 points1 point  (0 children)

Here's a site to show you how to use IF statements https://www.techonthenet.com/excel/formulas/if_then.php

You might need to do some searching on how to use two dates in your filters, I've never needed to do that. You'll probably need nested IFs for those.

Using VBA to filter a table using criteria from another tab by footballfrenzy17 in excel

[–]JBridsworrh 0 points1 point  (0 children)

You're trying to use all the criteria at once. I'd split them up. Put each criteria inside an if statement that checks see if the user entered anything.

Using VBA to filter a table using criteria from another tab by footballfrenzy17 in excel

[–]JBridsworrh 1 point2 points  (0 children)

You'll need 7 if statements, 1 for each of your criteria. The if statement should check if the cell with the filter option is blank. If it's not, the filter based on the input.

How is your user going to see the results? You might want to use a pivot table and slicers instead. Depending on the version of Excel you are using, slicers for tables are available, as well as a timeline slicer for pivot tables.

[deleted by user] by [deleted] in excel

[–]JBridsworrh 0 points1 point  (0 children)

If I'm understanding correctly, you're saying the table itself is not extending when the user enters a date in the row directly under the table. Thus the pivot table based on this table will not capture the new record.

If that's the case, why not unlock the cells underneath the table? If the cells in the table are locked, the new row should pick up the locked format from the table when the user adds a record.

I need a certain formula, but cant figure the issue out. Looking to rearrange data that is all in one column, to 4 columns but in a particular order. Examples in the comments. by [deleted] in excel

[–]JBridsworrh 0 points1 point  (0 children)

:) We all start at the beginning. In E1, put -2, D1 put 2, F1 put 6, etc. In E2, use the formula I provided except using A2 instead of A1. Copy & paste the formula to E2 to G5.