If then excel entry
Solved/Closed
Related:
- If then excel entry
- Excel - Counting number of days between two entries - How-To - Excel
- Excel date entry format - Guide
- Excel data entry from one sheet to another - Guide
- Excel VBA - Find and Expand matching cell entries ✓ - Forum - Excel
- VBA Copy sheet to new Excel File + automated manual data entry ✓ - Forum - Excel
1 reply
rizvisa1
Feb 17, 2011 at 08:41 AM
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Feb 17, 2011 at 08:41 AM
try this
=IF(A1="","",IF(A1<8,0.25,IF(A1=8,1,1.25)))
=IF(A1="","",IF(A1<8,0.25,IF(A1=8,1,1.25)))
Feb 18, 2011 at 08:29 AM