J
Juco
Ok I hope last piece of the jigsaw..I have started a new post as everything
up to this point is working ok.
The formula below works fine but need to add to it, if at all possible, I
could do this manually if its too complicated.
=CHOOSE(MATCH(D7,{0;5;7;9},1),"",150,200,"") This formula in cell M7 and
works great.
This is a booking form and depending on the months depends on the price ie 5
6 7 8 are months and 150 & 200 are £s If someone books last week of month 6
and first week of month 7 then I would need to add a further £50 as this is
across the 2 cost bands The trigger for that cell would be H7 as this would
show it was clicking into the next month.
start date which is cell D7 the person puts 5,6,7 or 8 (mm)
end date which is cell H7 the person puts 5,6,7 or8 (mm)
If D7 has 6 (mm) and H7 has 7 (mm) then I need to add a further £50 to
the total cost (I think would be ok to add £25 to each week) as they have
now moved from the £150 to the £200 price band.
thanks
" if cell D7 = 5 or 6 then cell M7 to show 150
up to this point is working ok.
The formula below works fine but need to add to it, if at all possible, I
could do this manually if its too complicated.
=CHOOSE(MATCH(D7,{0;5;7;9},1),"",150,200,"") This formula in cell M7 and
works great.
This is a booking form and depending on the months depends on the price ie 5
6 7 8 are months and 150 & 200 are £s If someone books last week of month 6
and first week of month 7 then I would need to add a further £50 as this is
across the 2 cost bands The trigger for that cell would be H7 as this would
show it was clicking into the next month.
start date which is cell D7 the person puts 5,6,7 or 8 (mm)
end date which is cell H7 the person puts 5,6,7 or8 (mm)
If D7 has 6 (mm) and H7 has 7 (mm) then I need to add a further £50 to
the total cost (I think would be ok to add £25 to each week) as they have
now moved from the £150 to the £200 price band.
thanks
" if cell D7 = 5 or 6 then cell M7 to show 150