sheikah: (Default)
<Insert Name Here> ([personal profile] sheikah) wrote2012-06-12 08:07 pm
Entry tags:

I cannot be this stupid.

There is a way to do a formula in Excel where like, if one cell equals a certain word, it puts a number in the cell you put the formula in?

NOTHING I HAVE TRIED HAS WORKED.
nozenfordaddy: (Default)

[personal profile] nozenfordaddy 2012-06-13 03:09 pm (UTC)(link)
Try =IF(cell with word=word, number if true, number if false)

So like:

=IF(A1=TRUE, 1, 0)

If that doesn't work, or your word is more complex, you may need to put "quotations" so it would be:

=IF(A1="Answer positive", 1, 0)

Unless you've already tried that in which case I've no idea why it didn't work...