Kreese1003
New Member
- Joined
- Jun 6, 2019
- Messages
- 3
Hello!
I currently have a worksheet where I have created a vlookup to correspond with a drop down menu to auto populate results based on a given table. In the original table the formats have dollar signs, percentages, dates, etc. all formatted correctly.
In the corresponding sheet that auto populates given a certain selection chosen from a drop down menu, nothing is formatted the way I want. I was able to get the date to change by adding TEXT to the beginning of the formula and “MM/DD/YYY” to the end but cannot get the other cells to display commas in a number, dollar signs, or percentages.
An example of formula not having the correct format is as follows:
=“”&IFERROR(vlookup(vlookup(rnginvoice,invoicesmain,1,false),invoicesmain,8,false),””””)
I have already tried to manually change the formatting of the cell and no selections change it.
Thanks for your help!
Kayla
I currently have a worksheet where I have created a vlookup to correspond with a drop down menu to auto populate results based on a given table. In the original table the formats have dollar signs, percentages, dates, etc. all formatted correctly.
In the corresponding sheet that auto populates given a certain selection chosen from a drop down menu, nothing is formatted the way I want. I was able to get the date to change by adding TEXT to the beginning of the formula and “MM/DD/YYY” to the end but cannot get the other cells to display commas in a number, dollar signs, or percentages.
An example of formula not having the correct format is as follows:
=“”&IFERROR(vlookup(vlookup(rnginvoice,invoicesmain,1,false),invoicesmain,8,false),””””)
I have already tried to manually change the formatting of the cell and no selections change it.
Thanks for your help!
Kayla