Kumud K Posted May 27, 2022 Share Posted May 27, 2022 Let's see I have excel data with 3 columns I'd, date, result If the result column for this month's date is empty then, need to update the result column with its previous month's value. Link to comment Share on other sites More sharing options...
Fabian Duerr Posted May 31, 2022 Share Posted May 31, 2022 Please try the LastValidBefore() function. It substitutes null values in a column with the last valid value before the missing value. PS: There is also a FirstValidAfter() function Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now