Outlook Table Relative Cell Reference Error

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:

Example of working and non-working formulas

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.)

Daniel Zastoupil

Posted 2019-10-11T17:39:43.777

Reputation: 128

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

Answers

0

How do you create the table in Outlook email? Insert > Table?

Try click Insert > Table > Excel Spreadsheet. Then you can use the reference as the same in Excel.

enter image description here

Perry

Posted 2019-10-11T17:39:43.777

Reputation: 996

1Because of my department's security changes to Outlook, the embedded Excel spreadsheet solution has a lot of problems, including occasionally causing Outlook to force-close. Yours was my first attempt at a solution, but it unfortunately won't work for what I'm looking for. – Daniel Zastoupil – 2019-10-15T15:03:12.413

Hope someone else have any ideas. Outlook table is limited to basic functions. I'm not sure if this can be realized. – Perry – 2019-10-18T05:06:35.413

0

I have a gut feeling the RnCn notation is an absolute address notation... although I couldn't find any official statement and I couldn't find any example for a relative address on the net for Word/Outlook tables. Who knows, maybe the support page is referencing s.th. that was never implemented, but I might be wrong there.

But if you want to use relative references in order to be able to add rows/columns (in your case I assume it's rows) without making changing all your formulas, you can use bookmarks as a work around:

  • Select a cell you want to reference
  • In the Ribbon goto "insert" and select "insert link" from the link-button dropdown menu
  • Reference the cell by using the bookmark and not the cell address

If you add a row/column the bookmark will change accordingly, so your formulas will keep working.

(tested on Office 365)

Albin

Posted 2019-10-11T17:39:43.777

Reputation: 3 983

While his answer doesn't solve my problem, Albin did go to lengths to attempt to find the solution I was looking for and so deserves the bounty. – Daniel Zastoupil – 2019-10-22T15:58:15.157

@DanielZastoupil thanks, note, I left another comment on your question. – Albin – 2019-10-23T10:19:06.710