='Sheet2'! IF(C2>99,"yes")
not working for me !
C2 cell is in Sheet2
How can I correct it?
='Sheet2'! IF(C2>99,"yes")
not working for me !
C2 cell is in Sheet2
How can I correct it?
=if(sheet2!c2>99,"yes,"no")
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
Ocean - do you have a sample spreadsheet you can upload?
maybe
=IF('QTP-2-Create New Prospect'!H21>0.99, 1, 0) or
=IF('QTP-2-Create New Prospect'!H21>99%, 1, 0)
if sheet name has spaces it must be enclosed in single quotes,
99%=0.99
and you don't need"" around numbers "1","0"
Last edited by martindwilson; 04-25-2011 at 07:32 PM.
You were missing the quote after the sheet name. Try this...
=IF('QTP-2-Create New Prospect'!H21>99, 1, 0)
YES, true, I was missing the comma and 0.99 works
Here is the end result
IF('QTP-2-Create New Prospect'!H21>0.99, 1, 0)
Thanks guys.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks