I am horrible at explaining things so hopefully I do this right. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
<o></o>
Cell A1:A3 will be my input values. Cell B1 adds those values. <o></o>
<o></o>
I wanted Cell C1 when B1 was grater than zero to return as FPS.<o></o>
<o></o>
I got it to work by doing the following if function. (=IF(B1>0,"FPS",""))<o></o>
<o></o>
However I also wanted to make a dropdown in cell C1 with two options "FPS" and "MPH". But I read somewhere in the forums that you cannot combine the dropdown and the if formula. <o></o>
<o></o>
So I was wondering if I can get some help. <o></o>
<o></o>
My main goal is to make the drop down in cell C1 with those two options (FPS and MPH). When the values in A1:A3 are entered C1 automatically changes to FPS. Then if I pull down the drop down and Choose "MPH", B1 gets divided by 1.466. <o></o>
<o></o>
or have cell b1 with formatted with to return the value with "fps" and if MPH is selected in change the format to "mph" and somehow also divide it by 1.466. <o></o>
<o></o>
I don’t mind hiding cells, I tried VLookup but im not good at using it and just could not get it to work. <o></o>
<o></o>
Thanks for any help. <o></o>
<o></o>
Cell A1:A3 will be my input values. Cell B1 adds those values. <o></o>
<o></o>
I wanted Cell C1 when B1 was grater than zero to return as FPS.<o></o>
<o></o>
I got it to work by doing the following if function. (=IF(B1>0,"FPS",""))<o></o>
<o></o>
However I also wanted to make a dropdown in cell C1 with two options "FPS" and "MPH". But I read somewhere in the forums that you cannot combine the dropdown and the if formula. <o></o>
<o></o>
So I was wondering if I can get some help. <o></o>
<o></o>
My main goal is to make the drop down in cell C1 with those two options (FPS and MPH). When the values in A1:A3 are entered C1 automatically changes to FPS. Then if I pull down the drop down and Choose "MPH", B1 gets divided by 1.466. <o></o>
<o></o>
or have cell b1 with formatted with to return the value with "fps" and if MPH is selected in change the format to "mph" and somehow also divide it by 1.466. <o></o>
<o></o>
I don’t mind hiding cells, I tried VLookup but im not good at using it and just could not get it to work. <o></o>
<o></o>
Thanks for any help. <o></o>