Basically i have .
[TABLE="width: 665"]
<tbody>[TR]
[TD="width: 217"](Customer)[/TD]
[TD="width: 64"](10[/TD]
[TD="width: 64"]20[/TD]
[TD="width: 64"]25[/TD]
[TD="width: 64"]40 )[/TD]
[TD="width: 64"](F[/TD]
[TD="width: 64"]M)[/TD]
[TD="width: 64"](S)[/TD]
[/TR]
</tbody>[/TABLE]
under customer are different sorts, now i want to somehow get a sum from only one of 10,20,25,40 and then based on f m or s a conditional answer?
like its customer bob had a 1 10 is F or M and 1 or 2 S
not sure what function, i thought maybe count if, but more in depth, i have a pre set of prices for depending on witch customer on witch size and F or M and yes or no on S,
and i would also like customers to be in a drop down box, i can put all prices in another area and hide them so i can point what what the price be if what ever of these options are set to. but customer in a drop down.
so example
[TABLE="width: 665"]
<tbody>[TR]
[TD="width: 217"](Customer (Drop down))[/TD]
[TD="width: 64"](10[/TD]
[TD="width: 64"]20[/TD]
[TD="width: 64"]25[/TD]
[TD="width: 64"]40 )[/TD]
[TD="width: 64"](F[/TD]
[TD="width: 64"]M)[/TD]
[TD="width: 64"](S) (=)[/TD]
[/TR]
</tbody>[/TABLE]
bob 20 M 0 $259.51
Joe 40 F 2 $659.24
any help would be great, i know what im doing in excel... but this seems to be beyond me.
[TABLE="width: 665"]
<tbody>[TR]
[TD="width: 217"](Customer)[/TD]
[TD="width: 64"](10[/TD]
[TD="width: 64"]20[/TD]
[TD="width: 64"]25[/TD]
[TD="width: 64"]40 )[/TD]
[TD="width: 64"](F[/TD]
[TD="width: 64"]M)[/TD]
[TD="width: 64"](S)[/TD]
[/TR]
</tbody>[/TABLE]
under customer are different sorts, now i want to somehow get a sum from only one of 10,20,25,40 and then based on f m or s a conditional answer?
like its customer bob had a 1 10 is F or M and 1 or 2 S
not sure what function, i thought maybe count if, but more in depth, i have a pre set of prices for depending on witch customer on witch size and F or M and yes or no on S,
and i would also like customers to be in a drop down box, i can put all prices in another area and hide them so i can point what what the price be if what ever of these options are set to. but customer in a drop down.
so example
[TABLE="width: 665"]
<tbody>[TR]
[TD="width: 217"](Customer (Drop down))[/TD]
[TD="width: 64"](10[/TD]
[TD="width: 64"]20[/TD]
[TD="width: 64"]25[/TD]
[TD="width: 64"]40 )[/TD]
[TD="width: 64"](F[/TD]
[TD="width: 64"]M)[/TD]
[TD="width: 64"](S) (=)[/TD]
[/TR]
</tbody>[/TABLE]
bob 20 M 0 $259.51
Joe 40 F 2 $659.24
any help would be great, i know what im doing in excel... but this seems to be beyond me.