Forum Discussion
Vijay_Uppala
Dec 13, 2021Copper Contributor
Lookup for a value in an array
Hello, I have a use case where I have to look up for a value that can be in an array and output a value from the corresponding output array. Here is my input table. I have a Server Name column whi...
- Dec 14, 2021
Vijay_Uppala
Dec 14, 2021Copper Contributor
PeterBartholomew1
Thank you for the response.
I couldnt get the 365 notation to work as well.
I'm assuming the virtualmachine is the named range for the names in columns J, VM is the is the array of all VMs (B1 to G40) and server is the array of A1 to A40. If so, i couldnt get this to work.
Let me know if i got this wrong.
Thank you for the response.
I couldnt get the 365 notation to work as well.
I'm assuming the virtualmachine is the named range for the names in columns J, VM is the is the array of all VMs (B1 to G40) and server is the array of A1 to A40. If so, i couldnt get this to work.
Let me know if i got this wrong.
PeterBartholomew1
Dec 14, 2021Silver Contributor
Sorry, I should have defined the terms. 'VirtualMachines' refers to the source data whilst the abbreviated VM to the specific instances required.
- Vijay_UppalaDec 24, 2021Copper Contributorthank you very much, Peter