User Profile
Mahesh_B
Copper Contributor
Joined May 26, 2021
User Widgets
Recent Discussions
Re: Script to return true only if satisfies condition
Hi yuzoyox , Script seems to be not working. Created script and checked for file with Size 53.3 KB. Still it returned TRUE. $filepath = Get-Item 'D:\Data\emp.csv' if ($filepath.Length -gt '1000') { Write-Output "true" } else { Write-Output "false" } Thanks, Mahesh1.5KViews0likes1CommentScript to return true only if satisfies condition
Hi All, I have a requirement where I need to create script. That script would return true only if size of specific file is greater than 1 KB else it should return false. Any help regarding this would be appreciated. Thanks, Mahesh1.7KViews0likes4CommentsFormula to Find column1 value in column2 and highlight it
Hi, I have data like below. Column 1 column2 11 RTG-2 12 GDR-4 13 LAP-6 14 MAT-8 15 OPR-0 AMG-11p XTR-12 YHE-13H OVT-14 KHK-15 UTH-16 IKL-17 I want to find value of column in column 2 . Column 2 will not have exact value, but will have complete value present . And once I find value I want to highlight the same cell with some color of put that in column 3. Is there any way to achieve this ? Thanks, MaheshSolved3.7KViews0likes6Comments
Recent Blog Articles
No content to show