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.
alchemy: Raja (Default)

[personal profile] alchemy 2012-06-13 12:20 am (UTC)(link)
Have you used an IF formula?
alchemy: Raja (Default)

[personal profile] alchemy 2012-06-13 12:23 am (UTC)(link)
This person has basically answered your question, but I've got no idea if it will actually work.
jenbug: (Default)

[personal profile] jenbug 2012-06-13 12:47 am (UTC)(link)
did you figure this out? I'm pretty good with Excel but I'm not 100% sure I understand what you're asking.
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...