![]() |
IF Statement that looks at two fields
I have two fields that I have to look at and based on those fields either
apply a specific number or have it equal the calculation in another fields. Age (b2) SCr (b5) =IF(B269 AND B5<1, 1, B5) That doesn't work. Any advise or help would be appreciated. |
IF Statement that looks at two fields
Try it like this:
=IF(AND(B269,B5<1),1,B5) -- Biff Microsoft Excel MVP "mellermj" wrote in message ... I have two fields that I have to look at and based on those fields either apply a specific number or have it equal the calculation in another fields. Age (b2) SCr (b5) =IF(B269 AND B5<1, 1, B5) That doesn't work. Any advise or help would be appreciated. |
IF Statement that looks at two fields
hi
try this ...... =IF(AND(B269,B5<1),1,B5) regards FSt1 "mellermj" wrote: I have two fields that I have to look at and based on those fields either apply a specific number or have it equal the calculation in another fields. Age (b2) SCr (b5) =IF(B269 AND B5<1, 1, B5) That doesn't work. Any advise or help would be appreciated. |
=IF(AND(B269, B5<1),1,B5)
Chris ------ Convert your Excel spreadsheet into an online calculator. http://www.spreadsheetconverter.com |
All times are GMT +1. The time now is 09:02 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com