Help po sa excel

galing naman nito boss, walang lookup value pero may result

  • Column E contains the given number you want to look up
  • A1:C5 contains the number range and the value it will return based on the given number
  • The number 3 (in the formula) means that the value it will return locates in the third column of range A1:C5

You can test if the formula works by changing the number/value in Column E.
 
You can use the following Excel formula in cell B1 to achieve the specified conditions:
excelCopy code
=IF(A1<=25000, 100, IF(A1<=50000, 200, IF(A1<=100000, 300, 400)))
Here's how the formula works:
  • If the value in cell A1 is less than or equal to 25,000, it returns 100.
  • If the value in cell A1 is greater than 25,000 but less than or equal to 50,000, it returns 200.
  • If the value in cell A1 is greater than 50,000 but less than or equal to 100,000, it returns 300.
  • If the value in cell A1 is greater than 100,000, it returns 400.
You can drag this formula down to apply it to the entire column B.
 

About this Thread

  • 8
    Replies
  • 157
    Views
  • 5
    Participants
Last reply from:
itsmeurbebegirljasmine

Trending Topics

Online now

Members online
1,160
Guests online
1,687
Total visitors
2,847

Forum statistics

Threads
2,293,910
Posts
29,087,383
Members
1,207,995
Latest member
araykopO0912
Back
Top