Ok I am not sure this will go where I want it to but I am going to try this. I am new to excel and can not figure out this formula, if it is possible. I am trying....
if k20=2 then "22,400"
if h23="" then "36,000"
if h23=8 then "38,000"
if h23=9 then "39,000"
if h23 >= 10 then "22,400 each"
By using &if I have been able to get it all to work except the k20=2 value I want. When it does equal 2 it places the 22,400 and the 36,000 from h23="". For reference when k20=2 there will not be anything in h23.
i am trying to put put this into j23 and am hoping for a formula as I am not familiar with the macro. Any help is appreciated
if k20=2 then "22,400"
if h23="" then "36,000"
if h23=8 then "38,000"
if h23=9 then "39,000"
if h23 >= 10 then "22,400 each"
By using &if I have been able to get it all to work except the k20=2 value I want. When it does equal 2 it places the 22,400 and the 36,000 from h23="". For reference when k20=2 there will not be anything in h23.
i am trying to put put this into j23 and am hoping for a formula as I am not familiar with the macro. Any help is appreciated