Hello, Excel Wizards! Long time lurker, first time poster.
I am trying to figure out a way to populate text in the 'Program Details' column based on criteria of the 'Billing Code(s)' column BUT the populated/returned text is data from another tab in the workbook. Is this possible?
I currently have a countif function in place =IF(COUNTIF(A2,"*ABC123*"),"Program details blurb", "") but it doesn't provide me with the ability to pull in data from another cell to populate the result, and would need to put the output text right in the equation. Not 100% ideal as this may be updated quite frequently.
Any advice would be greatly appreciated!
I am trying to figure out a way to populate text in the 'Program Details' column based on criteria of the 'Billing Code(s)' column BUT the populated/returned text is data from another tab in the workbook. Is this possible?
I currently have a countif function in place =IF(COUNTIF(A2,"*ABC123*"),"Program details blurb", "") but it doesn't provide me with the ability to pull in data from another cell to populate the result, and would need to put the output text right in the equation. Not 100% ideal as this may be updated quite frequently.
Any advice would be greatly appreciated!
Billing Code(s) | Program Details for ABC123 |
---|---|
ABC123, DEF456 | ideally populated from cell on a different tab of the same workbook |
ABC123 | ideally populated from cell on a different tab of the same workbook |
ABC135, DEF456, GHI789 | ideally populated from cell on a different tab of the same workbook |