patrickmg17
New Member
- Joined
- Sep 26, 2023
- Messages
- 14
- Office Version
- 2019
- Platform
- Windows
Excel 2016 and I cant allow macros due to annoying business restrictions
I have the above cells as an example. I want to replace every instance of "Note 2" with the number value above it. So for the first column all 3 "Note 2"s should say 86468. And the ones in column 5 should be 31816. This is the most important part i need, so if you can answer that I'm happy but there is another part i need to figure out as well; for every instance of a row having a "Note 1" in it, i need that whole row of data deleted. Most of these rows are were the Note 2 spots pull their replacements so this part has to come after they are replaced.
I know some people have said its not possible to delete rows without macros but i figure i can accomplish the same goal by having a new sheet created and everything ported there EXCEPT the Note 1 lines that should be deleted. Essentially just making a new sheet without the stuff that will be removed
that | this | another | some more | again | lastly |
86468 | 4654 | 54654 | 651651 | Note 1 | 65168 |
Note 2 | 6546+4 | 84615 | Note 2 | 32131 | 6545 |
Note 2 | 321651 | 98461 | 651 | 65165 | 65651 |
Note 2 | 651651 | 651651 | 6516511 | 6516 | 651 |
61651 | 321651 | Note 1 | 4984436 | 31816 | 354684 |
161961 | 49649846 | 65464 | 32133 | Note 2 | 6546514 |
619496 | 164 | 6.52E+08 | 3131 | Note 2 | 351651 |
I have the above cells as an example. I want to replace every instance of "Note 2" with the number value above it. So for the first column all 3 "Note 2"s should say 86468. And the ones in column 5 should be 31816. This is the most important part i need, so if you can answer that I'm happy but there is another part i need to figure out as well; for every instance of a row having a "Note 1" in it, i need that whole row of data deleted. Most of these rows are were the Note 2 spots pull their replacements so this part has to come after they are replaced.
I know some people have said its not possible to delete rows without macros but i figure i can accomplish the same goal by having a new sheet created and everything ported there EXCEPT the Note 1 lines that should be deleted. Essentially just making a new sheet without the stuff that will be removed