Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to set up a spreadsheet and Need to put in the following function:
If a cell says "yes" I need to add a dollar amount and if it is "no" I add nothing. Could someone please give me some VERY easy to understand instructions on how to put these formulas in? -- Your help is very much appreciated!! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maybe try something like this in C2:
=IF(A2="Yes",B2+10,IF(A2="No",B2,"")) where A2 will house the text: Yes, No, etc ... and B2 contains a value for which the fixed amount of 10 is to be added I've presumed that if A2 is either cleared, or contains something other than "Yes" or "No", nothing is to appear in C2 Adapt to suit .. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Patty" wrote in message ... I am trying to set up a spreadsheet and Need to put in the following function: If a cell says "yes" I need to add a dollar amount and if it is "no" I add nothing. Could someone please give me some VERY easy to understand instructions on how to put these formulas in? -- Your help is very much appreciated!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IS THERE AN INTERPOLATION FUNCTION IN EXCEL 2003 | Excel Worksheet Functions | |||
How do i execute a VBA function by clicking on an excel cell? | Excel Discussion (Misc queries) | |||
Excel 2003 Slow Function Argument Window | Excel Discussion (Misc queries) | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
I cant use englisch function names in a swedich version of excel | Excel Discussion (Misc queries) |