4
1
I'm getting a "!(cell) Is Not In Table" error when attempting to create a Relative cell reference, inside of an outlook table, when using a formula.
I've tested the formula functions and they seem to work as long as I use an Absolute reference (with the format of R1C2, meaning Row 1, Column 2).
However, Microsoft's support page on the topic states that you can simply use R to refer to the row of the formula, and C to refer to its column, to create a Relative reference (so RC1 should refer to the 1st column of the formula's row).
But, whenever I try that, the formula outputs the "!RC1 Is Not In Table" error:
Anyone know how to make a relative-referencing cell in Outlook?
(Note: Because of my department's security changes to Outlook, an embedded Excel spreadsheet will not work.)
What exactly are you trying to achieve through the relative cell reference (why aren't you using an absolute one)? – Albin – 2019-10-19T12:52:50.660
@Albin Purchase requests. Most of our communication for our purchase approvals start with someone who isn't savvy with computers emailing someone who is. I'm trying to create an email template so that requests can be expanded upon easily, in case there happens to be a large number of items on a single request (which might happen with FY spending). – Daniel Zastoupil – 2019-10-22T15:54:15.147
I see, so if I understand correctly, the main goal would be to enable them to use copy and paste on the formula, right? Or is the insertion of new lines "in-between" an issue as well? – Albin – 2019-10-23T10:18:45.520