office 365 VLOOKUP to return not only the cell data, but also the Cell Comment

Cr4ig

New Member
Joined
May 5, 2021
Messages
23
Office Version
  1. 2016
Platform
  1. Windows
Is it possible for a VLOOKUP to return not only the cell data, but also the Cell Comment as well in Office 365, i have spent all day, looking through older threads and searching on line, after going from Excel were everything worked to now not, isn't good, i previosly used this in Excel but this no longer runs properley only parts of comments comes through if any at all.

=vlookupcomment($A4,DailyMarks!A:H,7,FALSE) this used to bring back what was in that cell and the comment has well, any help would be grateful thank you.
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
There is not (and never has been) a function called "vlookupcomment" in Excel. It is probably a UDF, in which case you need to find out why that no longer works.
 
Upvote 0
No, VLOOKUP can only return the cell value, not the comments.
You would probably need VBA to return the comments.

If you used to have something called "VLOOKUPCOMMENT" that returned both, it would have to have been either a User Defined Function (created in VBA), or part of some sort of add-in, as there has never been a native Excel function by that name.
 
Upvote 0

Forum statistics

Threads
1,223,886
Messages
6,175,191
Members
452,616
Latest member
intern444

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top