View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
johnnyz197034 johnnyz197034 is offline
external usenet poster
 
Posts: 13
Default using a value from a list in an IF formula

When I enter TRANSFER in any other cell it works.

"Dave F" wrote:

I just tested your formula and it works whether there is a drop down or not.
Are you sure that the "TRANSFER" in your formula matches the value in the
drop-down?

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"johnnyz197034" wrote:

Im trying to use a value(which is a word ,not a number) in an IF formula but
its not working
Ex: =IF(C17="TRANSFER",C18*0.005,0)
TRANSFER is in a dropdown as part of a list.
Any help would be greatly appreciated!!!