applefritter
New Member
- Joined
- Sep 2, 2016
- Messages
- 6
Hello,
I have a multi-sheet workbook and I am having problems with a cell in sheet 1 that references another cell in sheet 2. That second cell is populated by means of a drop-down list and I’m sure that’s where my problem lies but I don’t know how to fix it. I keep getting the #N/A error.
Here’s the breakdown of the sheets and cells involved.
Sheet 1 named “Days”
Sheet 2, named “PrimaryHistory”
Sheet 3, named “Lists” (This sheet contains all the various drop down lists used throughout my workbook)
This is my problem formula in Sheet “Days”, cell F12:
=INDEX(PrimaryHistory!$B:$B,MATCH(9.99999999999999E+307,PrimaryHistory!$B:$B))
I’ve tried creating the list off to the side within the “PrimaryHistory” sheet but I still have the same error. So what do I need to add to my formula to get it to give me the proper text?
I have a multi-sheet workbook and I am having problems with a cell in sheet 1 that references another cell in sheet 2. That second cell is populated by means of a drop-down list and I’m sure that’s where my problem lies but I don’t know how to fix it. I keep getting the #N/A error.
Here’s the breakdown of the sheets and cells involved.
Sheet 1 named “Days”
Sheet 2, named “PrimaryHistory”
Sheet 3, named “Lists” (This sheet contains all the various drop down lists used throughout my workbook)
This is my problem formula in Sheet “Days”, cell F12:
=INDEX(PrimaryHistory!$B:$B,MATCH(9.99999999999999E+307,PrimaryHistory!$B:$B))
- Where F12 should be the last populated cell from "PrimaryHistory" column B
- Where “PrimaryHistory” column B is populated by means of a drop down list of names from a list on sheet “Lists”.
I’ve tried creating the list off to the side within the “PrimaryHistory” sheet but I still have the same error. So what do I need to add to my formula to get it to give me the proper text?