User Profile
oteixeira62
Copper Contributor
Joined Jan 14, 2023
User Widgets
Recent Discussions
Re: UNIQUE + FILTER functions returning more results than expected
SergeiBaklan I gave up from accessing Microsoft Store. I think it is an absurd situation. Used a free text editor (Notepad ++). It may be not so bright but it does the job quite well. For someone interested: https://tipsmake.com/how-to-create-an-excel-formula-in-notepad- Thank You. Octavio2.6KViews0likes1CommentRe: UNIQUE + FILTER functions returning more results than expected
SergeiBaklan I believe you. I just don't understand why there has to be an admin on my account. I don't belong to any organization and I bought the product for my own use... Thanks anyway for you patiece. I will try to find a solution because it seems a really nice app. Octavio2.6KViews0likes3Comments- 5.8KViews0likes0Comments
Re: Set cell value to item value of data validation list
mathetes Hello, So would you be willing to back up and describe in normal vocabulary (i.e., not in Excel language) Let's assume that users know that they have to open a container to choose an object from there. As there are several containers and they are all closed they won't know which one to open to perform their task. Opening the container and showing what's in it avoids questions and speeds up the process. You have to see this situation from the point of view of the user with little experience and knowledge of Excel. They know how to press buttons and other objects and expect everything to work perfectly without having to perform extra tasks. From my point of view, every time the type of validation changes in a cell, it should be updated and show the available values, but perhaps this is not technically possible. Thanks, Octavio5.9KViews0likes2CommentsSet cell value to item value of data validation list
Hello to all, I have this piece of code: Public Sub mudaval() If Range("K2").Value = "Por mercado" Then Range("E4").Select With Range("E4") With Selection .Validation.Delete .Validation.Add Type:=xlValidateList, Formula1:="=CTRYS_MOV_ANO" End With .ClearContents End With End If End Sub How can I add the lines to set cell E4 value to the first(or other) value of the "CTRYS_MOV_ANO list? Many thanks, OctavioSolved6.9KViews0likes11CommentsExcel IMAGE function returns #CONNECT
Hello to all, I have this image on OneDrive and shared it with no restrictions: https://1drv.ms/u/s!AqaFWn73EcQBgaUCVXsp2ChBPw3IkA?e=FDn2eA When using it in this formula I get #CONNECT! in return. =IMAGE("https://1drv.ms/u/s!AqaFWn73EcQBgaUCVXsp2ChBPw3IkA?e=FDn2eA") I believe it has to do with some validation but googled around and found no answers. Is this normal behaviour or is it possible to get the image on the spreadsheet like it happens for the examples given on the IMAGE function help? Many thanks for any kind help, Octavio3.3KViews0likes3CommentsUpdate (refresh) cell after programatically change the data validation
Hello to all, I have the following lines of code that work fine in setting up a new validation type for cell E4. Range("E4").Select With Selection.Validation .Delete .Add Type:=xlValidateList, Formula1:="=CTRYS_MOV_ANO" End With The code changes the validation but is not visible to user. Is there a way to force the cell to show the new data validation? Many thanks for any kind help. OctavioSolved4.3KViews0likes4CommentsUNIQUE + FILTER functions returning more results than expected
Hello to all, I am attaching a file which I think is self-explanatory. I am filtering a table data by using two cell parameters but I am getting more results than expected. Can someone please give me a hand on this? Many thanks, OctavioSolved3KViews0likes11Comments
Recent Blog Articles
No content to show