Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is it possible to have a negative percentage a in data verification list as
one of the choices in the dropdown list ? Negative percentages display incorrectly in a percentage-formatted cell, and don't calculate correctly in formulas. Positive .01 displays as 1% and correctly calculates, but negative -.01 dislpays as -.01 and creates an entirely incorrect value when run through my formulas. I've also tried .-01. Any secrets out there? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you have formatted the dropdown cell to percentage format.. that would
display all percentages in % format -- Jacob "Gary" wrote: Is it possible to have a negative percentage a in data verification list as one of the choices in the dropdown list ? Negative percentages display incorrectly in a percentage-formatted cell, and don't calculate correctly in formulas. Positive .01 displays as 1% and correctly calculates, but negative -.01 dislpays as -.01 and creates an entirely incorrect value when run through my formulas. I've also tried .-01. Any secrets out there? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It sounds as if the "number" you put in the cell wasn't -.01
You've probably got some text string. Check for spaces or non-breaking spaces or other non-numerical characters. Also check that you've got -.01, not -.O1 You can check whether it is number or text by using =ISNUMBER(cellref) and =ISTEXT(cellref). -- David Biddulph "Gary" wrote in message ... Is it possible to have a negative percentage a in data verification list as one of the choices in the dropdown list ? Negative percentages display incorrectly in a percentage-formatted cell, and don't calculate correctly in formulas. Positive .01 displays as 1% and correctly calculates, but negative -.01 dislpays as -.01 and creates an entirely incorrect value when run through my formulas. I've also tried .-01. Any secrets out there? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you, both of you. It does work. Not sure what I was doing before.
"David Biddulph" wrote: It sounds as if the "number" you put in the cell wasn't -.01 You've probably got some text string. Check for spaces or non-breaking spaces or other non-numerical characters. Also check that you've got -.01, not -.O1 You can check whether it is number or text by using =ISNUMBER(cellref) and =ISTEXT(cellref). -- David Biddulph "Gary" wrote in message ... Is it possible to have a negative percentage a in data verification list as one of the choices in the dropdown list ? Negative percentages display incorrectly in a percentage-formatted cell, and don't calculate correctly in formulas. Positive .01 displays as 1% and correctly calculates, but negative -.01 dislpays as -.01 and creates an entirely incorrect value when run through my formulas. I've also tried .-01. Any secrets out there? . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dropdown list for entering data | Excel Discussion (Misc queries) | |||
Pulling data from other wb based on data to populate dropdown list | Excel Discussion (Misc queries) | |||
Dropdown list and filtered data | Excel Discussion (Misc queries) | |||
Data validation with dropdown list | Excel Discussion (Misc queries) | |||
Entering data from dropdown list | Excel Discussion (Misc queries) |