SOLVED
Copy value from previous row
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
aishwarya_baburaj98
6 - Meteoroid
‎11-25-2021
01:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If below is the input I have:
Fruits | Value |
Apple | 12 |
Orange | 45 |
Banana | |
Grapes | 10 |
As you can see there is no value allocated for Banana. In this scenario, I want to copy the value above for Orange (45) to the Value column for Banana.
This way I will be having value for Banana as 45. How do I achieve this?
Solved! Go to Solution.
2 REPLIES 2
binuacs
21 - Polaris
‎11-25-2021
01:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎11-26-2021
04:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@binuacs This is perfect. Thanks!