I mainly need a IF statement to work in the background and display in a specific cell if it is true.
I’m using Excel 2010! Thanks in advance!
EX: =IF(E5="Admin","-", &This is where i need help, I can't have a false statement because i need to edit the cell with a number&)
0
Excel Help
Started By Genrail, Jun 05 2011 01:22
3 replies to this topic
#1
Posted 05 June 2011 - 01:22
This place still exists?
#2
Posted 05 June 2011 - 07:42
derp derp
Would show a blank cell if E5 was empty and - if admin was written. What I don't get is why you can't have a false statement???
=IF(E5="admin", "-", "")
Would show a blank cell if E5 was empty and - if admin was written. What I don't get is why you can't have a false statement???
Edited by Wizard, 05 June 2011 - 07:45.
#4
Posted 15 August 2011 - 20:25
Why can't you simply have:
=IF(E5="admin", "-", "numbers go here")
?
What is the purpose of this spreadsheet?
=IF(E5="admin", "-", "numbers go here")
?
What is the purpose of this spreadsheet?
Edited by Rich19, 15 August 2011 - 20:25.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users