For eg:
Input | ||
---|---|---|
ColumnA | ColumnB | Status |
Ram | nivas | Open |
Aravind | Krish | Closed |
Shan | Kumar | Open |
Output after filter Status “Open” | ||
ColumnA | ColumnB | Status |
Pondy | nivas | Open |
Pondy | Krish | Open |
So if I have filter with status “Open” then Column A value should change as “Pondy” for all rows In real time there will be more datas. kindly help without looping. Thank you