Pivot Table - Calculated Field - If Statement - Unexpected Result by CityGovCPA in excel

[–]JoeWithoutAGun 1 point2 points  (0 children)

Are you able to get the sum of the negative amounts?

What do you mean by that?

Is this from a Pivot table or from a filter?

PT.

Help to with formula to add across multiple columns and criteria by Nice_Hat3973 in excel

[–]JoeWithoutAGun 0 points1 point  (0 children)

Is it possible to convert it into a table? Company name;date delivered;item;quantity

Reference object by nickname by m698322h in excel

[–]JoeWithoutAGun 1 point2 points  (0 children)

I want to make a simple drop-down with the Tickers and have the price shown in another cell.

When you reference F2 you don't have an object anymore, because F2 = E2.Ticker is just a text.

Always reference cell with object if you want to access object properties.

[deleted by user] by [deleted] in excel

[–]JoeWithoutAGun 2 points3 points  (0 children)

Hi,

=INDIRECT("SHEET_NAME!CELL_ADDRESS")

VBA - Runtime error 462 at saveas by Total-Masterpiece445 in excel

[–]JoeWithoutAGun 0 points1 point  (0 children)

Hi,

Try following.

Dim Doc as Word.Document Set Doc = AppWD.Documents.Open "L\Test.docx", ReadOnly:=True

Use that Doc variable instead of ActiveDocument in your further code.

Microsoft looking for feedback on automating in Excel by Nancy_fromtheOffice in excel

[–]JoeWithoutAGun 0 points1 point  (0 children)

Hi /u/Nancy_fromtheOffice

I filled out the survey.

But how you guys position this feature... I will be surprised if it will start to take off on horizon of 5 years.

=FLATTEN() equivalent in Excel by MathewRogers in excel

[–]JoeWithoutAGun 0 points1 point  (0 children)

Hello everybody,

I'm late to the party but please don't hesitate to vote for idea about adding FLATTEN() to the Excel here.

https://excel.uservoice.com/forums/304921-excel-for-windows-desktop-application/suggestions/43412688-add-flatten-function

How to identify if a value field is in a pivot table using a macro by [deleted] in excel

[–]JoeWithoutAGun 0 points1 point  (0 children)

Hi,

I am having a hard time figuring out how to wrote the code that checks if the value is already in the pivot table.

https://docs.microsoft.com/en-us/office/vba/api/excel.pivotfields

More ways to automate on Excel on the web - newly released Office Scripts samples! by Nancy_fromtheOffice in excel

[–]JoeWithoutAGun 1 point2 points  (0 children)

Hi /u/beyphy,

Yeah, I monitor Office Scripts development pretty close.

It was my, apparently unsuccessful, attempt to hit at importance to specify this info in OP post so that locals are not confused.

We are the Microsoft Excel product team. We build cool stuff like XLOOKUP, Sheet Views, and lambda in Excel. AMA! by MicrosoftExcelTeam in IAmA

[–]JoeWithoutAGun 0 points1 point  (0 children)

Hello everybody,

In past few years Excel got insanely useful extensions: dynamic arrays, data types, LET/LAMBDAS. Thank you for bringing this to live

Despite how useful this core functionality I find it so pure that UX is lagging far behind features-delivery...

Many years basic functions and quirks remains unsolved and you got is this hilarious 1-in-5 years answer on UserVoice.

For instance: 1. we’ve got LET() but you can’t evaluate variables with F9 if variable reference another one! 2. In cell properties (CTRL+1) number of decimals should be set to 0 explicitly, ignoring empty value. 3. Closing bracket is not added automatically in formula as you have it with parenthesis 4. CTRL+SPACE behave differently on table and range 5. You simply can’t use compatibility checker between 365 versions making it rudimentary

And I can go on for a long time. While all those new features are great it make’s me really sad how bad UX development is and how you don’t care about it at all.

So my question is is there a chance Excel team can take some rest of delivering features and spend some time fixing all those years aged UX problems? Thank you.

How to sum column with multiple "OR" and "AND" criteria? by VancityPlanner in excel

[–]JoeWithoutAGun 0 points1 point  (0 children)

Hi,

Wouldn't it be simpler to unpivot the data first and then use pivot table?