Formula Problem

D

David

I would be very grateful if someone could help me with the following formula
problem.

I would like cell H to calculate in a certain way when there is a value in
cell G and also cell H to calculate in a certain way when there is a value in
cell F.
when there is a value in F i would like it to calculate the following
formula:
PI()*E4/(6.5*F4)
when there is a value in cell G i would like it to do the following formula:
PI()*E4/G4
I would like it set up so that it will not calculate if there is a value in
F and G.
 
S

Sameer Nagi

Hi David,

Put this formula in H4 cell... enjoy!!

=IF(AND(F4<>"",G4<>""),"",IF(AND(F4<>"",G4=""),PI()*E4/(6.5*F4),IF(AND(F4="",G4<>""),PI()*E4/G4,"")))


Regards,
Sameer Nagi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Transfer data between two tables 3
Formula problem 3
Conditional formatting for time 2
Formula problem 1
#Div/0! 3
Formula problem 1
Change the colour of a neighbouring cell 6
Cumulative formula for word table 0

Top