This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
I'm looking to shift data in the cells of a column down by one row like this:
Original:
What I'm trying to do:
Is this possible in designer?
Solved! Go to Solution.
@binuacs Oh, I like that better.
Hi @wumbo1
Is there a logic behind this operation?
I did it by basically splitting the columns. I added an empty text input and added it to your Value column to create the empty cell. I then joined the 2 columns based on position to shift the data down. Cheers!
@PhillipMannering
@binuacs
Thank you both of your for your responses. Both solutions work great. I also found that by creating a new field in the multi row formula, setting the "Values for Rows that don't Exist" parameter to 0 or empty, and putting [Row-1:Total NAV] has the same effect.