continue
One worksheet. 103 columns. I need to populate a 104th column that looks in one column (Column O aka. 15). The column only has two values in it, either a 1 or a 3. If that column has a 1 in it then the 104th column cell for that row needs one notation; if it's a 3 then it needs a different notation. I know a little about formulas and a little about vba, which has gotten me nowhere with this. I have other macros that I use to convert values in columns, but they all work within the same column and I can't seem to get those adapted to what I need now. Is there a relatively quick little macro that I can run through that just looks up the value in column o and pops in one of two notations to my last column?
Edited the first part there. Thinking of two things at once I guess. It's columns. There are close to 3600 rows. I need to run through each row and enter a notation in the last column(104th) based off of whether the value in Column O is a 1 or 3. So, start with row 1 and enter either an x or y in the last column depending on the value in column o, then repeat for each row.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
Try this: