Tech Support Guy banner
Status
Not open for further replies.
1 - 5 of 5 Posts

· Registered
Joined
·
393 Posts
Discussion Starter · #1 ·
Hi Guys, can you help me again??

What formula would I need to write in cell (G:4), which will add .5 to cell (G:4), if Yes is entered in (E4).

Cell (E:4) shows Yes.
Cell (F4) shows the cost
Cell (G:4) shows the cost of Cell (F:4) + .5 if Cell (E4) = Yes

Example:
E4________F4______G4
Yes/No____Cost_____Extra
Yes_______£2.00____£2.50
 

· Registered
Joined
·
8,064 Posts
=IF(E4="yes",F4+0.5,IF(E4="Yes",F4+0.5,""))

this looks and applies the +.5 whether it is spelled Yes or yes.

i wasn't sure what you wanted if it said anything else, or was blank, so just left the "" in there to display a blank cell if yes or Yes wasn't found.
 
1 - 5 of 5 Posts
Status
Not open for further replies.
Top