Edit cells with column formula
Is there a way to edit the cells where a column formula is used?
I am trying to link information from 1 database to another via a INDEX MATCH formula, so we don't have to re-write info 2 times.
However, the databases does not contain the same projects (we link info based on project number).
See below - Project name is filled out based on exact match with Project Number (on a different sheet). However, a lot of PRJ numbers are not matching so we would like to edit the cell for Project Name where it says '#NO MATCH'. At this point, I am not able to edit cells where a column formula is used. How can I edit them?
Answers
-
@Jef Snyders That is a tough one! I have experienced the same thing and have had to set the formula to a cell formula allowing me to remove the formula anytime there is a #NO MATCH. Unless there is someplace else that houses the information then you could use IFERROR/INDEX/MATCH/INDEX/MATCH.
I track all of my "Smartsheet Solutioning" Request that I am working on, my project plan! We use INTAKE TO ARCHIVE process for both New Solution Request and Change Request for Legacy Solutions.
Below I am looking at our INTAKE for Change Request to a Smartsheet Solution matching the Request ID if it cannot find it (IFERROR) then it will INDEX/MATCH using the ARCHIVE CHANGE REQUEST sheet.
=IFERROR(INDEX({INTAKE: CHANGE REQUEST SS Existing Solution Name}, MATCH([Request ID]@row, {INTAKE: CHANGE REQUEST SS RequestID}, 0), 1), INDEX({ARCHIVE: CHANGE REQUEST SS Existing Solution Name}, MATCH([Request ID]@row, {ARCHIVE: CHANGE REQUEST SS Request ID}, 0), 1))
Hope this helps!
Marlana K.
MARLANA KALINOWSKI
Sr. Business Analysts / Smartsheet Solutions
National Pharmacy Services | Genoa Healthcare
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!