Thread: costing values
View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.misc
hugoalegria hugoalegria is offline
external usenet poster
 
Posts: 12
Default costing values

Thank you for your observations, = was something i had not considered.
--
halegria


"Red" wrote:

how about this:

=if(A3A4,C3,A4) Im assuming the costing value for A3 is in C3. What
this will not take into account is if A3 and A4 are equal. If you want to
default to A3 if A3 and A4 are equal just change it to this.
=if(A3=A4,C3,A4)
--
Just a fellow Excel user here to help when I can.....


"hugoalegria" wrote:

I have a spread sheet that has the following information
column A Column B Column C
1.35 3.5
1.40 3.5
1.45 3.5
1.40 3.5

I need a formula such that if A3 is than A4 (which is the average of
A1:A3), then I use that value in column C for final costing, If A3 is not
then A4,then I would like to use A4 (the average ) for final costing.

Thanks in advance.
--
halegria