Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
1.
=(ISTEXT(G3))*(G34*0.15) 2. =IF(ISTEXT(G3),G34*0.15,0) Duke wrote: I need a formula that does this: IF CELL G3 HAS TEXT OF ANY KIND, THEN G34*.15, IF G3 IS BLANK, THEN 0. Help!!! |
#2
![]() |
|||
|
|||
![]()
"Aladin Akyurek" wrote in message
... 1. =(ISTEXT(G3))*(G34*0.15) 2. =IF(ISTEXT(G3),G34*0.15,0) "Sandy Mann" wrote in message ... If you mean text in G1 but ignore numbers and errors then try =(ISTEXT(G3))*G34*0.15 If you mean any entry in G1 the try: =(G3<"")*G34*0.15 mmmm.... Going to have to spend less time reading off line..... <g Sandy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
reference blank cell in formula | Excel Worksheet Functions | |||
Possible Lookup Table | Excel Worksheet Functions | |||
Excel VB-Copy formula down until adjacent cell (left) is blank? | Excel Discussion (Misc queries) | |||
How to stop excel from plotting a "blank" cell with formula as zer | Excel Discussion (Misc queries) | |||
inserting data from a row to a cell, when the row number is specified by a formula in a cell | New Users to Excel |