Multiply/Sum cells containing formulas

E

Elynn

Hi there,
I need help to performing product on cells containing formulas / hyperlink.
Example on a cell A1=IF((C7=2,"S$200"),IF(C7=3,"S$166")) and in cell
F4=sum(B1:B3) and A2=Product(A1,F4).
Currently, I have error...
 
J

John

Hi Elynn
In A1 it should be like this:=IF(C7=2,"S$200",IF(C7=3,"S$166"))
in A2 you would like to multiply A1 with F4 "I think" but A1 is considered
text "S$200" and f4 don't know ?
You would need to elaborate on the function Product in A2
Regards
John
 
P

porter444

Your A1 formula should be:
=IF(C7=2,S$200,IF(C7=3,S$166,""))
--
If my posting was helpful, please click the "Yes" button.

ROCK ON!,

Scott
 
E

Elynn

Thanks Both

porter444 said:
Your A1 formula should be:
=IF(C7=2,S$200,IF(C7=3,S$166,""))
--
If my posting was helpful, please click the "Yes" button.

ROCK ON!,

Scott
 

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

Top