Valuing some cells but not others

Copper Contributor

I would like to "value" the results of a vlookup BUT in the same column not value the "sum" of those vlookups.  Basically, I want the vlookups to be converted to values (Which I know how to do) but not value the results of the sum.  Also, I am trying to stay away from protect/lock/unlocking of cells and valuing specific cells at a time.

 

Any help?

2 Replies
Your description is a bit confusing. Is it possible for you to attach a sample spreadsheet.

There is a function that might do what you want, that being =TEXT(value,format) which you could use in that SUM field to convert whatever value it is holding (back) into text. But as I said, it's not clear from your description exactly what you're looking at. So a sample uploaded here would help me or someone else solve your problem.

@WendyK518 Unless you do it manually, the only way to convert formulas to values is with VBA. It's certainly doable, but you'd need to lay out your process. For example, you could have a button that applies your VLOOKUPs, recalculates the sheet, then values them. If that sounds like a plan, then I'd start by recording a macro doing that. You can always post the code back here for someone to clean up.

 

Hope that helps,