Stringing If formulas

A

aMY

I need to use 2 different if formulas but can't figure
out how to put them together. Keeps coming back with the
value error.

Here is what I have
=IF(D42="NEW",221.75," "),IF(D42="USED",800," ")

Any help would be great!

Thanks in advance!
 
F

Frank Kabel

Hi
try
=IF(D42="NEW",221.75,IF(D42="USED",800,""))

Note: always better to return "" instead of " "
 
A

Amy

-----Original Message-----
Hi
try
=IF(D42="NEW",221.75,IF(D42="USED",800,""))

Note: always better to return "" instead of " "

--
Regards
Frank Kabel
Frankfurt, Germany



.
It worked thank you so much!
 

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