Johnny Thunder
Well-known Member
- Joined
- Apr 9, 2010
- Messages
- 693
- Office Version
- 2016
- Platform
- MacOS
Hi group,
I am working on a spreadsheet that has a row of formulas that are from the range ("BB4:BX4") what I am trying to do is get a list of the cell location and the formula within that cell. Anyone have any code that can do that?
I would need the results on "Sheet1" in cell A2.
Example on Sheet1
[TABLE="width: 250"]
<tbody>[TR]
[TD]A2[/TD]
[TD]BB4[/TD]
[TD]"=IF(BJ4=TRUE,MAX(BB$2:BB3)+1,"""")"[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A3[/TD]
[TD]BC4[/TD]
[TD]"=IF($BC3="""","""",IF(BF3=BF2,BH2+1,1))"[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A4[/TD]
[TD]BD4[/TD]
[TD]"=IF($BC3="""","""",IF(BG3=BG2,BI2+1,1))"[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hopefully that makes sense.
Thanks in advance!
I am working on a spreadsheet that has a row of formulas that are from the range ("BB4:BX4") what I am trying to do is get a list of the cell location and the formula within that cell. Anyone have any code that can do that?
I would need the results on "Sheet1" in cell A2.
Example on Sheet1
[TABLE="width: 250"]
<tbody>[TR]
[TD]A2[/TD]
[TD]BB4[/TD]
[TD]"=IF(BJ4=TRUE,MAX(BB$2:BB3)+1,"""")"[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A3[/TD]
[TD]BC4[/TD]
[TD]"=IF($BC3="""","""",IF(BF3=BF2,BH2+1,1))"[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A4[/TD]
[TD]BD4[/TD]
[TD]"=IF($BC3="""","""",IF(BG3=BG2,BI2+1,1))"[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hopefully that makes sense.
Thanks in advance!